diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-11-01 12:37:54 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-11-01 12:37:54 +0300 |
commit | 18f0bec1bbdcd595a6cc8155dc09c44acee06d32 (patch) | |
tree | 7c2aeaf136c118dc8a2cfeecbc50f58d93383f94 /internal/p10k.zsh | |
parent | 430616734aa06ff3def48cb511fb43db7466a64e (diff) |
use newer icons for azure and azure devops (#2472)
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 09985e0b..aea27f4c 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -9396,7 +9396,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.8 +typeset -g P9K_VERSION=1.19.9 unset VSCODE_SHELL_INTEGRATION _p9k_init_ssh |