summaryrefslogtreecommitdiff
path: root/functions/colors.zsh
diff options
context:
space:
mode:
authorJustus Flerlage <justusflerlage@juteel.com>2017-12-08 02:41:33 +0300
committerJustus Flerlage <justusflerlage@juteel.com>2018-01-07 23:35:33 +0300
commit3a605c7f62437543dc76621a7de00796411da531 (patch)
treea7b00b355c61012359602fb86bb820df7991b066 /functions/colors.zsh
parent4db2eb0e1607e6b4d8097a5feb178f25357cb1c9 (diff)
renamed POWERLEVEL9K_CHECK_TERM_COLORS to POWERLEVEL9K_IGNORE_TERM_COLORS
Diffstat (limited to 'functions/colors.zsh')
-rw-r--r--functions/colors.zsh2
1 files changed, 1 insertions, 1 deletions
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