From 09506aaa3c24ee219bc95fc3aacc55421687ba6d Mon Sep 17 00:00:00 2001 From: Un1q32 Date: Fri, 3 May 2024 16:02:21 -0400 Subject: [PATCH 1/2] Update neofetch --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index e3bb7836..ff977b2a 100755 --- a/neofetch +++ b/neofetch @@ -4533,7 +4533,7 @@ get_term() { # don't support the block below. case $TERM_PROGRAM in "iTerm.app") term="iTerm2" ;; - "Terminal.app") term="Apple Terminal" ;; + "Terminal.app"|"Apple_Terminal") term="Apple Terminal" ;; "Hyper") term="HyperTerm" ;; *) term="${TERM_PROGRAM/\.app}" ;; esac From 5ded23e8dd9a7b10ba71ff2e43a3952fe89e8724 Mon Sep 17 00:00:00 2001 From: Un1q32 Date: Fri, 3 May 2024 16:06:59 -0400 Subject: [PATCH 2/2] Update neofetch --- neofetch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/neofetch b/neofetch index ff977b2a..a96d5960 100755 --- a/neofetch +++ b/neofetch @@ -4532,10 +4532,10 @@ get_term() { # Workaround for macOS systems that # don't support the block below. case $TERM_PROGRAM in - "iTerm.app") term="iTerm2" ;; - "Terminal.app"|"Apple_Terminal") term="Apple Terminal" ;; - "Hyper") term="HyperTerm" ;; - *) term="${TERM_PROGRAM/\.app}" ;; + "iTerm.app") term="iTerm2" ;; + "Terminal.app"|"Apple_Terminal") term="Apple Terminal" ;; + "Hyper") term="HyperTerm" ;; + *) term="${TERM_PROGRAM/\.app}" ;; esac # Most likely TosWin2 on FreeMiNT - quick check