Whitespace

This commit is contained in:
David Morgan 2016-07-29 15:49:49 +01:00
parent eb85b9f10d
commit 6177533de9
1 changed files with 3 additions and 3 deletions

View File

@ -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