diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ meteo() { #[ -f "$base/usr/share/fzf/completion.bash" ] && . "$base/usr/share/fzf/completion.bash" #[ -f "$base/usr/share/fzf/key-bindings.bash" ] && . "$base/usr/share/fzf/key-bindings.bash" #unset base -export FZF_DEFAULT_COMMAND='rg --files --ignore-vcs --hidden' +export FZF_DEFAULT_COMMAND='rg -i --files --ignore-vcs --hidden' eval "$(zoxide init bash)" |
