Update neofetch

This commit is contained in:
Un1q32
2024-05-03 16:02:21 -04:00
committed by GitHub
parent 770ffb01a5
commit 09506aaa3c

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