From 441c24515419c3907ba4a522a555899b6e3be1ec Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 21 May 2024 15:50:10 -0600 Subject: add yet another location fzf is installed to --- bash/.bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index b349dae..76cdb2d 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -208,6 +208,11 @@ fi # FZF +## Void +if [ -f /usr/share/fzf/completion.bash ]; then + . /usr/share/fzf/completion.bash + . /usr/share/fzf/key-bindings.bash +fi ## Debian if [ -f /usr/share/doc/fzf/examples/completion.bash ]; then # For apt install fzf -- cgit v1.2.1