]> arthur.barton.de Git - ax-zsh.git/commitdiff
11_terminal: "cygwin" is a modern terminal
authorAlexander Barton <alex@barton.de>
Thu, 16 Mar 2017 14:59:04 +0000 (15:59 +0100)
committerAlexander Barton <alex@barton.de>
Thu, 16 Mar 2017 14:59:04 +0000 (15:59 +0100)
core/11_terminal/11_terminal.zshrc

index b90fbc531305557675c2edf2696a1d6fef0f2c6f..cbd5ec36378e8c481b5c433e59f6bc0322da90c1 100644 (file)
@@ -26,6 +26,7 @@ function axzsh_is_modern_terminal {
        [[ "$TERM" = screen* ]] && return 0
        [[ "$TERM" = tmux* ]] && return 0
        [[ "$TERM" = xterm* ]] && return 0
+       [[ "$TERM" = cygwin ]] && return 0
        return 1
 }