From b02dd9f581672fbe03d4a0a4e05e17d81555efcc Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 7 Feb 2023 00:42:00 -0500 Subject: [PATCH] Auto Update --- files/.bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/.bashrc b/files/.bashrc index 14e5b6c..47470b6 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -58,7 +58,7 @@ if [ -f /usr/share/doc/pkgfile/command-not-found.bash ]; then source /usr/share/doc/pkgfile/command-not-found.bash fi -if [ -f /usr/bin/fzf ]; then - source ~/fzf/completion.bash - source ~/fzf/key-bindings.bash +if [ -f ~/.fzf ]; then + source ~/.fzf/completion.bash + source ~/.fzf/key-bindings.bash fi