diff --git a/neofetch b/neofetch index b72a55d2..200ea0bb 100755 --- a/neofetch +++ b/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