From 17af8704e6265ce8e9589bfc968d0702cff2adad Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 14 Aug 2015 12:18:35 +0200 Subject: [PATCH] added fzf --- files/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/zshrc b/files/zshrc index 3df7025..d153ec2 100644 --- a/files/zshrc +++ b/files/zshrc @@ -53,3 +53,5 @@ source ~/.zsh/alias.zsh # Completions Path fpath=(~/.dotfiles/lib/completions/src $fpath) + +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh