From 49768006dec874673711e5d7f0bea3d657b62e2f Mon Sep 17 00:00:00 2001 From: romkatv Date: Wed, 24 Jul 2019 12:47:56 +0200 Subject: bug fixes --- functions/icons.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') 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 -- cgit v1.2.3