term: Add support for Windows Terminal. Related to #1513
This commit is contained in:
parent
a4bf721014
commit
b19d2b3cac
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -3122,6 +3122,7 @@ get_term() {
|
|||
# Most likely TosWin2 on FreeMiNT - quick check
|
||||
[[ "$TERM" == "tw52" || "$TERM" == "tw100" ]] && term="TosWin2"
|
||||
[[ "$SSH_CONNECTION" ]] && term="$SSH_TTY"
|
||||
[[ "$WT_SESSION" ]] && term="Windows Terminal"
|
||||
|
||||
# Check $PPID for terminal emulator.
|
||||
while [[ -z "$term" ]]; do
|
||||
|
|
Loading…
Reference in a new issue