make fzf optional
This commit is contained in:
@@ -120,7 +120,7 @@ if [ -f ~/.bash_aliases-local ]; then
|
|||||||
. ~/.bash_aliases-local
|
. ~/.bash_aliases-local
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! lsb_release -r | grep -q 22.04
|
if which fzf >/dev/null
|
||||||
then
|
then
|
||||||
. "$HOME/.bash-profile.d/fzf-completion.bash"
|
. "$HOME/.bash-profile.d/fzf-completion.bash"
|
||||||
. "$HOME/.bash-profile.d/fzf-key-bindings.bash"
|
. "$HOME/.bash-profile.d/fzf-key-bindings.bash"
|
||||||
|
|||||||
Reference in New Issue
Block a user