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