diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-03-25 14:56:58 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-03-25 14:56:58 +0100 |
| commit | b10f14b063c632087afd73b6fdc9c042f9ce675e (patch) | |
| tree | ff8e2dbe3a8bd2819537cf70a932ce2f1cd27cc8 /.bashrc | |
| parent | 6b9a5f9d271786d86ee2cc1af1b10051e36f417a (diff) | |
.
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
