diff --git a/.bashrc b/.bashrc index 819b97d..ecc9a5a 100644 --- a/.bashrc +++ b/.bashrc @@ -538,11 +538,11 @@ if [[ "x$OS" == "xWindows_NT" ]]; then [[ -d $WIN_HOME/workspaces ]] && export WORKSPACES=$WIN_HOME/workspaces fi -if [ -f ~/.fzf.bash ]; then +if [ -f ~/.fzf.bash ]; then . ~/.fzf.bash else - [ -f /usr/share/fzf/completion.bash ] && . /usr/share/fzf/completion.bash - [ -f /usr/share/fzf/key-bindings.bash ] && . /usr/share/fzf/key-bindings.bash + [ -f /usr/share/fzf/completion.bash ] && . /usr/share/fzf/completion.bash + [ -f /usr/share/fzf/key-bindings.bash ] && . /usr/share/fzf/key-bindings.bash fi true