fix so alt c works correctly

This commit is contained in:
Jidbo 2019-01-19 15:02:34 +01:00 committed by saibotk
parent f4a141e7ce
commit 1d746df247

3
.zshrc
View file

@ -46,7 +46,8 @@ fi
# fzf + ag configuration
if _has fzf && _has ag; then
export FZF_CTRL_T_COMMAND='ag --hidden --nocolor --ignore .git -g ""'
export FZF_ALT_C_COMMAND='find . -type d'
fi
export FZF_ALT_C_COMMAND='find . -type d'
export PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"