diff --git a/zshrc b/zshrc index 4c419f3..b516e1a 100644 --- a/zshrc +++ b/zshrc @@ -47,7 +47,9 @@ done export EDITOR="/usr/bin/vim" # FZF default options -export FZF_DEFAULT_OPTS="--multi --no-mouse --ansi --color=dark" +if [ -x `which fzf` ]; then + export FZF_DEFAULT_OPTS="--multi --no-mouse --ansi --color=dark" +fi # Loading rvm if exists [ -f /etc/profile.d/rvm.sh ] && source /etc/profile.d/rvm.sh