4 lines
254 B
Bash
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='\\'
|