summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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