1
0

make fzf optional

This commit is contained in:
2025-11-24 21:25:10 +00:00
parent 0a4f8b48b7
commit a73654ed4a

View File

@@ -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"