X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/f7960c6956325bd800ce90fe2d099fa2fe761e70..0e0f7d37de821da44bacf44f9990a0fb7a263d2c:/base/.zshrc diff --git a/base/.zshrc b/base/.zshrc index 2dd25ff..3fdaa0d 100644 --- a/base/.zshrc +++ b/base/.zshrc @@ -52,7 +52,7 @@ if [[ "$OSTYPE" =~ '^freebsd' ]] { ### prompt setopt prompt_subst local f= -if [[ "$OSTYPE" = "netbsd" && ( "$TERM" = "wsvt25" || "$TERM" =~ '^vt' ) ]] { +if [[ "$OSTYPE" = "netbsd" && ( "$TERM" =~ "^wsvt" || "$TERM" =~ '^vt' ) ]] { # fix for wscons f="%F{white}" } else {