diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-12-19 18:40:04 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-12-19 18:40:04 +0300 |
commit | e72c6b9338830ef05c82fe4f9e0501b27bb106b3 (patch) | |
tree | 8cd7cdd02cc3dcce48b877f1c822332a35744390 /internal/p10k.zsh | |
parent | 78da8d1b5aa988dfc425e50c5306392eee7ac249 (diff) |
bump versions
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 0ac020aa..bf84f122 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -3718,7 +3718,7 @@ _p9k_set_instant_prompt() { RPROMPT=$saved_rprompt } -typeset -gri __p9k_instant_prompt_version=12 +typeset -gri __p9k_instant_prompt_version=13 _p9k_dump_instant_prompt() { local user=${(%):-%n} @@ -5450,7 +5450,7 @@ _p9k_must_init() { [[ $sig == $_p9k__param_sig ]] && return 1 _p9k_deinit fi - _p9k__param_pat=$'v15\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1' + _p9k__param_pat=$'v16\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' |