Skip to content

Commit

Permalink
Update neofetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Un1q32 authored May 3, 2024
1 parent 09506aa commit 5ded23e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ded23e

Please sign in to comment.