1
0
Files
dotfiles/bashprofile/.bash-profile.d/00-fzf-include-dotfiles-exclude-git.bash
2025-08-29 18:49:18 +01:00

4 lines
254 B
Bash

export FZF_DEFAULT_COMMAND="rg --files --follow --no-ignore-vcs --hidden -g '!{**/node_modules/*,**/.git/*}'"
export FZF_CTRL_T_COMMAND="rg --files --follow --no-ignore-vcs --hidden -g '!{**/node_modules/*,**/.git/*}'"
export FZF_COMPLETION_TRIGGER='\\'