From 61279c2511f28def6716ed57c68c849cd6c04478 Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Tue, 26 Sep 2023 17:17:26 +0100 Subject: [PATCH] Enable fzf --- users/tsv/bash_profile | 4 ++++ 1 file changed, 4 insertions(+) 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