aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2023-07-25 08:55:26 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2023-07-25 08:55:26 +0300
commit1d96f5e066a5dd569ddd24787d7e9a3c3abe3024 (patch)
treec3cb41282e364d69e3cc6c23ec50d8730ede7679 /internal/p10k.zsh
parente8aa8cce7f3c2017a21e62f502217be22e066aea (diff)
unquote ID in /etc/os-release (#2388)
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r--internal/p10k.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 341356f6..33b36df4 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -9375,7 +9375,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.3
+typeset -g P9K_VERSION=1.19.4
unset VSCODE_SHELL_INTEGRATION
_p9k_init_ssh