From ef53dc1f3f8b1a61acd674a58271abd761c35161 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 27 Mar 2023 18:32:46 +0200 Subject: update --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index cd8ba5d..e7e0efc 100644 --- a/.bashrc +++ b/.bashrc @@ -149,6 +149,9 @@ 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' + +eval "$(zoxide init bash)" # Arch: display package to install for missing commands #[ -f '/usr/share/doc/pkgfile/command-not-found.bash' ] && . /usr/share/doc/pkgfile/command-not-found.bash -- cgit v1.2.3