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
Notes: sideshowbarker 2024-07-18 06:53:37 +09:00

View file

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