From 09506aaa3c24ee219bc95fc3aacc55421687ba6d Mon Sep 17 00:00:00 2001 From: Un1q32 Date: Fri, 3 May 2024 16:02:21 -0400 Subject: [PATCH] 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