Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 236 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 236 Bytes

configure fzf

# Setting fd as the default source for fzf
export FZF_DEFAULT_COMMAND='fdfind --type f --hidden --follow --exclude .git'

# To apply the command to CTRL-T as well
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"