1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:47:35 +00:00

Ports: Add a space to end of shell name in neofetch

Matches what neofetch does for other shell names.
This commit is contained in:
Nico Weber 2021-08-14 13:33:46 -04:00 committed by Ali Mohammad Pur
parent 286a7ecd92
commit 7d4addc6d3

View file

@ -65,7 +65,7 @@
off) shell="${SHELL##*/} " ;; off) shell="${SHELL##*/} " ;;
esac esac
+ [[ "$os" == SerenityOS ]] && shell="SerenityOS Shell" + [[ "$os" == SerenityOS ]] && shell="SerenityOS Shell "
+ +
[[ $shell_version != on ]] && return [[ $shell_version != on ]] && return