source fzf.zsh if it exists
This commit is contained in:
parent
c0093b68df
commit
f798ef648b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue