diff --git a/users/tsv/bash_profile b/users/tsv/bash_profile index 217c9ac..6da4888 100644 --- a/users/tsv/bash_profile +++ b/users/tsv/bash_profile @@ -50,3 +50,7 @@ PS1+=' $(__git_ps1 [$YELLOW%s$CLEAR]) \n' PS1+="⮀ \[$BOLD\]" 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