1
0

Add search with ctl-t in bash

This commit is contained in:
Scott Carroll
2025-08-22 13:51:08 +01:00
parent bba422a083
commit 74cfc2fac5
3 changed files with 681 additions and 0 deletions

View File

@@ -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"