Enable fzf

This commit is contained in:
Trevor Vallender 2023-09-26 17:17:26 +01:00
parent 653017bc21
commit 61279c2511
1 changed files with 4 additions and 0 deletions

View File

@ -50,3 +50,7 @@ PS1+=' $(__git_ps1 [$YELLOW%s$CLEAR]) \n'
PS1+="⮀ \[$BOLD\]" PS1+="⮀ \[$BOLD\]"
trap 'printf "\033[0m" >&2' DEBUG trap 'printf "\033[0m" >&2' DEBUG
if command -v fzf-share >/dev/null; then
source "$(fzf-share)/key-bindings.bash"
source "$(fzf-share)/completion.bash"
fi