diff --git a/functions/colors.zsh b/functions/colors.zsh index 8029c727..cf06ae43 100644 --- a/functions/colors.zsh +++ b/functions/colors.zsh @@ -7,7 +7,7 @@ ################################################################ function termColors() { - if [[ $POWERLEVEL9K_CHECK_TERM_COLORS == false ]]; then + if [[ $POWERLEVEL9K_IGNORE_TERM_COLORS == true ]]; then return fi diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 50735886..ef34be96 100755 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -1563,7 +1563,7 @@ NEWLINE=' [[ $POWERLEVEL9K_PROMPT_ADD_NEWLINE == true ]] && PROMPT="$NEWLINE$PROMPT" } -set_default POWERLEVEL9K_CHECK_TERM_COLORS true +set_default POWERLEVEL9K_IGNORE_TERM_COLORS false prompt_powerlevel9k_setup() { # The value below was set to better support 32-bit CPUs. # It's the maximum _signed_ integer value on 32-bit CPUs.