diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-13 22:46:50 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-13 22:46:50 +0300 |
commit | 3fff07357deaddeccf228af60d083b636d440a1b (patch) | |
tree | 3ec0fbde3fe5e6252daea057737291441d5b2df5 /internal | |
parent | 24507b9744708a8922a7d3014e2a69593fa53af7 (diff) |
bump version
Diffstat (limited to 'internal')
-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 d0a5637a..1d6ff2bd 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -6960,7 +6960,7 @@ _p9k_must_init() { [[ $sig == $_p9k__param_sig ]] && return 1 _p9k_deinit fi - _p9k__param_pat=$'v44\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1' + _p9k__param_pat=$'v45\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' |