diff --git a/files/.bashrc b/files/.bashrc index 47470b6..f14c506 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 ~/.fzf ]; then +if [ -d ~/.fzf ]; then source ~/.fzf/completion.bash source ~/.fzf/key-bindings.bash fi