Include dotfiles in fzf completion
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
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/*}'"
|
||||
@@ -122,6 +122,7 @@ fi
|
||||
|
||||
. "$HOME/.bash-profile.d/fzf-completion.bash"
|
||||
. "$HOME/.bash-profile.d/fzf-key-bindings.bash"
|
||||
. "$HOME/.bash-profile.d/00-fzf-include-dotfiles-exclude-git.bash"
|
||||
|
||||
eval "$("$HOME/.dotfiles/starship-$(uname -m)" init bash)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user