Add search with ctl-t in bash
This commit is contained in:
@@ -25,3 +25,7 @@ fi
|
||||
if [ -d "$HOME/.local/bin" ] ; then
|
||||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
. "$HOME/.bash-profile.d/fzf-completion.bash"
|
||||
. "$HOME/.bash-profile.d/fzf-key-bindings.bash"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user