Fix incorrect OS value
This commit is contained in:
parent
aed6e9a40f
commit
8d33b4051f
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1741,7 +1741,7 @@ getfont () {
|
|||
getterm () {
|
||||
# Check $PPID for terminal emulator.
|
||||
case "$os" in
|
||||
"Darwin")
|
||||
"Mac OS X")
|
||||
case "$TERM_PROGRAM" in
|
||||
"iTerm.app") term="iTerm2" ;;
|
||||
"Terminal.app") term="Apple Terminal" ;;
|
||||
|
|
Loading…
Reference in a new issue