diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-11-06 16:43:27 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-11-06 16:43:27 +0300 |
commit | 5bf5121c7ec4a3c3208291d6aabebdad7ca2b72e (patch) | |
tree | 557734284278e4c9380d88ec5bfae32bdac41808 /internal/p10k.zsh | |
parent | 108208a2bf33b9c19c2ccd5b4d78f84cfb1a9412 (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 3cfc163d..6c7836f5 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -3552,7 +3552,7 @@ _p9k_set_instant_prompt() { RPROMPT=$saved_rprompt } -typeset -gri __p9k_instant_prompt_version=10 +typeset -gri __p9k_instant_prompt_version=11 _p9k_dump_instant_prompt() { local user=${(%):-%n} @@ -5254,7 +5254,7 @@ _p9k_must_init() { [[ $sig == $_p9k__param_sig ]] && return 1 _p9k_deinit fi - _p9k__param_pat=$'v2\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1' + _p9k__param_pat=$'v3\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' |