From a73654ed4a65406dd70d37bec2bbd2556796d19b Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Mon, 24 Nov 2025 21:25:10 +0000 Subject: [PATCH] make fzf optional --- bashprofile/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashprofile/.bashrc b/bashprofile/.bashrc index 50e11e3..15e9c5b 100644 --- a/bashprofile/.bashrc +++ b/bashprofile/.bashrc @@ -120,7 +120,7 @@ if [ -f ~/.bash_aliases-local ]; then . ~/.bash_aliases-local fi -if ! lsb_release -r | grep -q 22.04 +if which fzf >/dev/null then . "$HOME/.bash-profile.d/fzf-completion.bash" . "$HOME/.bash-profile.d/fzf-key-bindings.bash"