Fix incorrect OS value
This commit is contained in:
parent
aed6e9a40f
commit
8d33b4051f
2
neofetch
2
neofetch
|
@ -1741,7 +1741,7 @@ getfont () {
|
||||||
getterm () {
|
getterm () {
|
||||||
# Check $PPID for terminal emulator.
|
# Check $PPID for terminal emulator.
|
||||||
case "$os" in
|
case "$os" in
|
||||||
"Darwin")
|
"Mac OS X")
|
||||||
case "$TERM_PROGRAM" in
|
case "$TERM_PROGRAM" in
|
||||||
"iTerm.app") term="iTerm2" ;;
|
"iTerm.app") term="iTerm2" ;;
|
||||||
"Terminal.app") term="Apple Terminal" ;;
|
"Terminal.app") term="Apple Terminal" ;;
|
||||||
|
|
Reference in New Issue