fix so alt c works correctly
This commit is contained in:
parent
f4a141e7ce
commit
1d746df247
1 changed files with 2 additions and 1 deletions
3
.zshrc
3
.zshrc
|
@ -46,7 +46,8 @@ fi
|
||||||
# fzf + ag configuration
|
# fzf + ag configuration
|
||||||
if _has fzf && _has ag; then
|
if _has fzf && _has ag; then
|
||||||
export FZF_CTRL_T_COMMAND='ag --hidden --nocolor --ignore .git -g ""'
|
export FZF_CTRL_T_COMMAND='ag --hidden --nocolor --ignore .git -g ""'
|
||||||
export FZF_ALT_C_COMMAND='find . -type d'
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export FZF_ALT_C_COMMAND='find . -type d'
|
||||||
|
|
||||||
export PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"
|
export PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue