nit pick spacing

pull/1639/head
cornfeedhobo 2020-07-12 12:37:00 -05:00
parent ca409b699d
commit cf47e1f93e
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 2 additions and 2 deletions

View File

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