diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-24 13:47:56 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-24 13:47:56 +0300 |
commit | 49768006dec874673711e5d7f0bea3d657b62e2f (patch) | |
tree | 6a16a2c36032694930deb9017cb924922f5b40a2 /functions | |
parent | ca8a5bdeaa85314915d49124a68592e096af41d1 (diff) |
bug fixes
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/icons.zsh | 2 |
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 |