fix so alt c works correctly
This commit is contained in:
parent
0e6e483da7
commit
a6eb04e8fa
1 changed files with 2 additions and 1 deletions
3
.zshrc
3
.zshrc
|
@ -43,7 +43,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"
|
||||
|
|
Loading…
Add table
Reference in a new issue