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"