diff --git a/bashprofile/.bashrc b/bashprofile/.bashrc index ae03d43..50e11e3 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 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" diff --git a/starship-aarch64 b/starship-aarch64 index 11e0d3c..e6c1f47 100755 Binary files a/starship-aarch64 and b/starship-aarch64 differ diff --git a/starship-x86_64 b/starship-x86_64 index 681f287..2c90617 100755 Binary files a/starship-x86_64 and b/starship-x86_64 differ