Update neofetch
This commit is contained in:
parent
09506aaa3c
commit
5ded23e8dd
1 changed files with 4 additions and 4 deletions
8
neofetch
8
neofetch
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue