diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-03-17 09:57:16 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-03-17 09:57:16 +0300 |
commit | 04fd51b511b0829c2d8bdda97b3f25cd4bf0a6e5 (patch) | |
tree | 9e70246f85ebac267856cce834a4da9a2c616b12 /internal/icons.zsh | |
parent | 2b59d947e457ad1a5ae8821c89844dd4d7a3af67 (diff) |
fix icon padding changes
Diffstat (limited to 'internal/icons.zsh')
-rw-r--r-- | internal/icons.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/icons.zsh b/internal/icons.zsh index d41319bc..919eafca 100644 --- a/internal/icons.zsh +++ b/internal/icons.zsh @@ -1,7 +1,7 @@ typeset -gA icons function _p9k_init_icons() { - [[ $+_p9k__icon_mode == 1 && $_p9k__icon_mode == $POWERLEVEL9K_MODE/$POWERLEVEL9K_LEGACY_ICON_SPACING ]] && return + [[ $_p9k__icon_mode == $POWERLEVEL9K_MODE/$POWERLEVEL9K_LEGACY_ICON_SPACING/$POWERLEVEL9K_ICON_PADDING ]] && return typeset -g _p9k__icon_mode=$POWERLEVEL9K_MODE/$POWERLEVEL9K_LEGACY_ICON_SPACING/$POWERLEVEL9K_ICON_PADDING if [[ $POWERLEVEL9K_LEGACY_ICON_SPACING == true ]]; then |