fd exclude .git

main
Tran Hau 2020-05-22 14:10:07 +07:00
parent f5ea1771fd
commit ce97ae7ad4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Add to `~/.bashrc`:
source /usr/local/opt/fzf/shell/key-bindings.bash source /usr/local/opt/fzf/shell/key-bindings.bash
# Use fd instead of find # Use fd instead of find
export FZF_DEFAULT_COMMAND='fd -H' export FZF_DEFAULT_COMMAND='fd -H -E .git'
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
``` ```