diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-03-13 11:28:55 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-03-13 11:28:55 +0300 |
commit | 65065ab6581b3a143284ee33a00ab0c47389575b (patch) | |
tree | 7439b02e13b458d74dd06b89f084051dc83ea473 /internal/p10k.zsh | |
parent | cf8f7f49fe8dc0e31b327b3e076cff3149a386bd (diff) |
add POWERLEVEL9K_ICON_PADDING; the only value that has effect is "none"
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index f517c040..484fd346 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -7497,7 +7497,7 @@ _p9k_must_init() { [[ $sig == $_p9k__param_sig ]] && return 1 _p9k_deinit fi - _p9k__param_pat=$'v72\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1' + _p9k__param_pat=$'v73\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1' _p9k__param_pat+=$'${#parameters[(I)POWERLEVEL9K_*]}\1${(%):-%n%#}\1$GITSTATUS_LOG_LEVEL\1' _p9k__param_pat+=$'$GITSTATUS_ENABLE_LOGGING\1$GITSTATUS_DAEMON\1$GITSTATUS_NUM_THREADS\1' _p9k__param_pat+=$'$DEFAULT_USER\1${ZLE_RPROMPT_INDENT:-1}\1$P9K_SSH\1$__p9k_ksh_arrays\1' |