diff --git a/neofetch b/neofetch index 59a653cf..9053a61e 100755 --- a/neofetch +++ b/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" ;;