diff --git a/files/.bashrc b/files/.bashrc index 7c9dc59..14e5b6c 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -59,6 +59,6 @@ if [ -f /usr/share/doc/pkgfile/command-not-found.bash ]; then fi if [ -f /usr/bin/fzf ]; then - source /usr/share/fzf/completion.bash - source /usr/share/fzf/key-bindings.bash + source ~/fzf/completion.bash + source ~/fzf/key-bindings.bash fi