nit pick spacing
parent
ca409b699d
commit
cf47e1f93e
|
|
@ -6,9 +6,9 @@ about-plugin 'load fzf, if you are using it'
|
||||||
|
|
||||||
_command_exists fzf || return
|
_command_exists fzf || return
|
||||||
|
|
||||||
if [ -r ~/.fzf.bash ]; then
|
if [ -r ~/.fzf.bash ] ; then
|
||||||
source ~/.fzf.bash
|
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
|
source "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.bash
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue