Update neofetch

This commit is contained in:
Un1q32 2024-05-03 16:02:21 -04:00 committed by GitHub
parent 770ffb01a5
commit 09506aaa3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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