diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2024-01-15 19:18:10 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2024-01-15 19:18:10 +0300 |
commit | cda24b72b790b0bec54a6090ab85a0f23caea8b6 (patch) | |
tree | 57f23cb333d96145fe714bdbdb80b3585972298e | |
parent | f5d5abfe1f89e5ea0d6f7cde6f3d9cd4b7c89d14 (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 2f723824..5496864e 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -9417,7 +9417,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.12 +typeset -g P9K_VERSION=1.19.13 unset VSCODE_SHELL_INTEGRATION _p9k_init_ssh |