diff --git a/.bashrc b/.bashrc index 96b8667..6d1a5be 100644 --- a/.bashrc +++ b/.bashrc @@ -229,7 +229,7 @@ fi # ─< Key bindings >─────────────────────────────────────────────────────────────────────── # source /usr/share/doc/fzf/examples/completion.bash -if [ -f $HOME/.fzf.bash]; then +if [ -f $HOME/.fzf.bash ]; then source $HOME/.fzf.bash else echo_error "fzf completion script not found"