We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e53220 commit b4f2068Copy full SHA for b4f2068
promptly.zsh
@@ -53,4 +53,4 @@ prompt zuko
53
autoload -Uz zuko_autoreport_setup
54
zuko_autoreport_setup
55
56
-[[ $TERM = "xterm-256color" ]] && zstyle ':zuko:autoreport:' text-color 239
+[[ $terminfo[colors] -eq 256 ]] && zstyle ':zuko:autoreport:' text-color 239
0 commit comments