summaryrefslogtreecommitdiff
path: root/functions/icons.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/icons.zsh')
-rwxr-xr-xfunctions/icons.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh
index 9349b8cc..658c7703 100755
--- a/functions/icons.zsh
+++ b/functions/icons.zsh
@@ -1,7 +1,7 @@
typeset -gA icons
function _p9k_init_icons() {
- [[ $+_p9k_icon_mode && $_p9k_icon_mode == $POWERLEVEL9K_MODE ]] && return
+ [[ $+_p9k_icon_mode == 1 && $_p9k_icon_mode == $POWERLEVEL9K_MODE ]] && return
typeset -g _p9k_icon_mode=$POWERLEVEL9K_MODE
local LC_ALL=C.UTF-8