Update neofetch

This commit is contained in:
Un1q32 2024-05-03 16:06:59 -04:00 committed by GitHub
parent 09506aaa3c
commit 5ded23e8dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4532,10 +4532,10 @@ get_term() {
# Workaround for macOS systems that # Workaround for macOS systems that
# don't support the block below. # don't support the block below.
case $TERM_PROGRAM in case $TERM_PROGRAM in
"iTerm.app") term="iTerm2" ;; "iTerm.app") term="iTerm2" ;;
"Terminal.app"|"Apple_Terminal") term="Apple Terminal" ;; "Terminal.app"|"Apple_Terminal") term="Apple Terminal" ;;
"Hyper") term="HyperTerm" ;; "Hyper") term="HyperTerm" ;;
*) term="${TERM_PROGRAM/\.app}" ;; *) term="${TERM_PROGRAM/\.app}" ;;
esac esac
# Most likely TosWin2 on FreeMiNT - quick check # Most likely TosWin2 on FreeMiNT - quick check