From 8d33b4051f0d13c1153311b882031af36728872b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 May 2016 10:24:35 +1000 Subject: [PATCH] Fix incorrect OS value --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;;