mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
fix a bug introduced in cf1b586515
This commit is contained in:
parent
cf1b586515
commit
5ee784787f
1 changed files with 1 additions and 1 deletions
|
@ -2009,7 +2009,7 @@ fi
|
||||||
|
|
||||||
zmodload zsh/terminfo || return
|
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
|
local -ir has_truecolor=1
|
||||||
else
|
else
|
||||||
local -ir has_truecolor=0
|
local -ir has_truecolor=0
|
||||||
|
|
Loading…
Reference in a new issue