]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
vim should also find files in hidden dirs
authorHendrik Jaeger <henjae1@pf4vm75z.hin>
Mon, 15 Jul 2024 08:08:54 +0000 (10:08 +0200)
committerHendrik Jaeger <henjae1@pf4vm75z.hin>
Mon, 15 Jul 2024 08:08:54 +0000 (10:08 +0200)
.zshrc

diff --git a/.zshrc b/.zshrc
index 9d9ed49591ffadadabdd852e7fe508b3a048259e..678b466ce676e51926d7c3c687b210166fc4d06e 100644 (file)
--- a/.zshrc
+++ b/.zshrc
@@ -222,6 +222,7 @@ eval "$(zoxide init zsh)"
 FZF_TMUX=1
 FZF_CTRL_T_COMMAND='command fdfind --hidden'
 FZF_ALT_C_COMMAND='command fdfind --hidden --type d'
+FZF_DEFAULT_COMMAND='command fdfind --hidden'
 source /usr/share/doc/fzf/examples/key-bindings.zsh
 source /usr/share/doc/fzf/examples/completion.zsh