From 90c773505ecd774b4f640f69f456845ec23544d8 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 2 Oct 2015 12:39:22 +0200 Subject: [PATCH] why does fzf fuck around with my zshrc which already contains a source of fzf file? --- zsh/zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index 5ddf501..80c8192 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -47,5 +47,3 @@ source ${HOME}/dotfiles/zsh/alias.zsh # Completions Path fpath=(${HOME}/dotfiles/lib/completions/src $fpath) - -[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh