From 5ee784787fe3c1855ee6f365cbf045712843989e Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Wed, 5 Oct 2022 11:26:40 +0200 Subject: [PATCH] fix a bug introduced in cf1b58651505a3d5799a7f6bb5b8ce964c729c51 --- internal/wizard.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/wizard.zsh b/internal/wizard.zsh index 2bed68bf..64695f1a 100644 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -2009,7 +2009,7 @@ fi zmodload zsh/terminfo || return -if [[ $ZSH_VERSION == (5.7.<1->*|5.<8>*|<6->.*) && $COLORTERM == (24bit|truecolor) ]]; then +if [[ $ZSH_VERSION == (5.7.<1->*|5.<8->*|<6->.*) && $COLORTERM == (24bit|truecolor) ]]; then local -ir has_truecolor=1 else local -ir has_truecolor=0