Fix incorrect OS value
This commit is contained in:
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
Block a user