aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2024-05-21 15:50:10 -0600
committerjason2024-05-21 15:50:10 -0600
commit441c24515419c3907ba4a522a555899b6e3be1ec (patch)
tree10a503d09f8755cea7e324dfec173f0f6789f421
parentd261ebbebbb15b2a6110ec20768bc3c54cd80eda (diff)
downloaddotfiles-441c24515419c3907ba4a522a555899b6e3be1ec.tar.gz
dotfiles-441c24515419c3907ba4a522a555899b6e3be1ec.zip
add yet another location fzf is installed to
-rw-r--r--bash/.bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index b349dae..76cdb2d 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -208,6 +208,11 @@ fi
208 208
209# FZF 209# FZF
210 210
211## Void
212if [ -f /usr/share/fzf/completion.bash ]; then
213 . /usr/share/fzf/completion.bash
214 . /usr/share/fzf/key-bindings.bash
215fi
211## Debian 216## Debian
212if [ -f /usr/share/doc/fzf/examples/completion.bash ]; then 217if [ -f /usr/share/doc/fzf/examples/completion.bash ]; then
213 # For apt install fzf 218 # For apt install fzf