diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-01-18 19:30:04 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-01-18 19:30:04 +0300 |
commit | e65f05d7be7f6effaabfd6064c73b04b257b0237 (patch) | |
tree | a1059ecbeb5d826bc4c3ba548e4a85269e13ab5e /internal/p10k.zsh | |
parent | 5ae34b98fef0868e1c330cab63367206e955ed65 (diff) |
bump versions
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 68c3cd29..a810af8b 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -6252,7 +6252,7 @@ _p9k_must_init() { [[ $sig == $_p9k__param_sig ]] && return 1 _p9k_deinit fi - _p9k__param_pat=$'v26\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1' + _p9k__param_pat=$'v27\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' |