term: Add support for Windows Terminal. Related to #1513

master
Dylan Araps 6 years ago
parent a4bf721014
commit b19d2b3cac
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
  1. 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…
Cancel
Save