From b10f14b063c632087afd73b6fdc9c042f9ce675e Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 25 Mar 2023 14:56:58 +0100 Subject: . --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 40f4812..2a1ab4c 100644 --- a/.bashrc +++ b/.bashrc @@ -139,6 +139,7 @@ meteo() { # fzf [ -f "/usr/share/fzf/completion.bash" ] && . "/usr/share/fzf/completion.bash" [ -f "/usr/share/fzf/key-bindings.bash" ] && . "/usr/share/fzf/key-bindings.bash" +export FZF_DEFAULT_COMMAND='rg --files --ignore-vcs --hidden' # 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