diff options
Diffstat (limited to 'Common/zshrc')
-rw-r--r-- | Common/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Common/zshrc b/Common/zshrc index ee0ff91..0ac9347 100644 --- a/Common/zshrc +++ b/Common/zshrc @@ -160,3 +160,5 @@ export EDITOR="nvim" #fi #source "$SSH_DIR/ssh-agent.env" > /dev/null [ -z "$SSH\_AGENT\_PID" ] || eval "$(ssh-agent -s)" > /dev/null + +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh |