Add check to let Windows Terminal pass

This commit is contained in:
Uy Ha
2020-05-12 23:10:57 +02:00
committed by ridiculousfish
parent 1ccec532f0
commit 76bbcb9804

View File

@@ -44,6 +44,7 @@ function fish_vi_cursor -d 'Set cursor shape for different vi modes'
and not test -n "$KONSOLE_VERSION" -a "$KONSOLE_VERSION" -ge "200400" # konsole, but new.
and not set -q ITERM_PROFILE
and not set -q VTE_VERSION # which version is already checked above
and not set -q WT_PROFILE_ID
and not set -q XTERM_VERSION
and not string match -rq '^st(-.*)$' -- $TERM
and not string match -q 'xterm-kitty*' -- $TERM