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