source fzf.zsh if it exists

This commit is contained in:
Andrew Davidson 2019-06-08 16:45:48 -04:00
parent c0093b68df
commit f798ef648b
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -13,6 +13,11 @@ else
source ~/.zsh/hooks.zsh
fi
# if FZF is installed, source it.
if [ -e ~/.fzf.zsh ]; then
source ~/.fzf.zsh
fi
if [ -e ~/.zshrc_local ]; then
source ~/.zshrc_local
fi