diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-06-23 08:44:27 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-06-23 08:44:27 +0300 |
commit | 017395a266aa15011c09e64e44a1c98ed91c478c (patch) | |
tree | d6fd53303eecb6b32f984db029e0eb87b2f0cbb6 | |
parent | ab8bac01e2a90e1cd749d4936e4decbdba3c2727 (diff) |
release v1.19.0v1.19.0
-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 a6cd9afe..da9c92c0 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -9367,7 +9367,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.18.1 +typeset -g P9K_VERSION=1.19.0 unset VSCODE_SHELL_INTEGRATION _p9k_init_ssh |