1
0
This commit is contained in:
Scott Carroll
2025-09-16 10:26:11 +01:00
parent dda6b22bb0
commit 21c9b8dcf1
3 changed files with 1 additions and 1 deletions

View File

@@ -120,7 +120,7 @@ if [ -f ~/.bash_aliases-local ]; then
. ~/.bash_aliases-local
fi
if ! lsb_release -r | grep 22.04
if ! lsb_release -r | grep -q 22.04
then
. "$HOME/.bash-profile.d/fzf-completion.bash"
. "$HOME/.bash-profile.d/fzf-key-bindings.bash"