diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-07-25 22:42:48 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-07-25 22:42:48 +0300 |
commit | 68104494a7d407d4b8044cb445eea09e111120ac (patch) | |
tree | 18b30519af3947faa274d22f0f81fbdb73e0dfd4 /internal/p10k.zsh | |
parent | baf03bf48ebabdf506b89a8d97e8be36debcc94e (diff) |
bump version + cleanup (#2391)
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 c3d96561..be6c2e9f 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -9401,7 +9401,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.5 +typeset -g P9K_VERSION=1.19.6 unset VSCODE_SHELL_INTEGRATION _p9k_init_ssh |