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
Notes:
sideshowbarker
2024-07-18 06:53:37 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/7d4addc6d35 Pull-request: https://github.com/SerenityOS/serenity/pull/9417 Reviewed-by: https://github.com/alimpfard
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
Reference in a new issue