diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-09-08 13:16:35 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-09-08 13:16:35 +0300 |
commit | 215b20e08714ba0539a83be2723ff8ab17702c88 (patch) | |
tree | 900341cfe68ba3f0f17dc09fa914aa57f48dba92 | |
parent | be4c68fd0a6cc139cb02e24294c96a2a5e50576d (diff) |
bump version
-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 e4b0b328..1193540e 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -9402,7 +9402,7 @@ if [[ $__p9k_dump_file != $__p9k_instant_prompt_dump_file && -n $__p9k_instant_p zf_rm -f -- $__p9k_instant_prompt_dump_file{,.zwc} 2>/dev/null fi -typeset -g P9K_VERSION=1.19.6 +typeset -g P9K_VERSION=1.19.7 unset VSCODE_SHELL_INTEGRATION _p9k_init_ssh |