mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +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:
parent
286a7ecd92
commit
7d4addc6d3
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
off) shell="${SHELL##*/} " ;;
|
||||
esac
|
||||
|
||||
+ [[ "$os" == SerenityOS ]] && shell="SerenityOS Shell"
|
||||
+ [[ "$os" == SerenityOS ]] && shell="SerenityOS Shell "
|
||||
+
|
||||
[[ $shell_version != on ]] && return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue