nit pick spacing
This commit is contained in:
@@ -6,9 +6,9 @@ about-plugin 'load fzf, if you are using it'
|
||||
|
||||
_command_exists fzf || return
|
||||
|
||||
if [ -r ~/.fzf.bash ]; then
|
||||
if [ -r ~/.fzf.bash ] ; then
|
||||
source ~/.fzf.bash
|
||||
elif [ -r "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.bash ]; then
|
||||
elif [ -r "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.bash ] ; then
|
||||
source "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.bash
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user