Update neofetch
This commit is contained in:
parent
770ffb01a5
commit
09506aaa3c
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -4533,7 +4533,7 @@ get_term() {
|
||||||
# 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") 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
|
||||||
|
|
Loading…
Reference in a new issue