diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-01-19 20:46:16 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-01-19 20:46:16 +0300 |
commit | 21e89cb61d9ed240c1ddf6dd09ce306e7c9cf437 (patch) | |
tree | 60d719c23fb21cfe1368a239eab6eea3089a0f4e /internal/p10k.zsh | |
parent | b165fec0ed971fc54c47a746eb15454c8c808eb6 (diff) |
bust caches
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 ea59a50f..22786fee 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -8358,7 +8358,7 @@ _p9k_must_init() { [[ $sig == $_p9k__param_sig ]] && return 1 _p9k_deinit fi - _p9k__param_pat=$'v139\1'${(q)ZSH_VERSION}$'\1'${(q)ZSH_PATCHLEVEL}$'\1' + _p9k__param_pat=$'v140\1'${(q)ZSH_VERSION}$'\1'${(q)ZSH_PATCHLEVEL}$'\1' _p9k__param_pat+=$__p9k_force_term_shell_integration$'\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' |