From 68104494a7d407d4b8044cb445eea09e111120ac Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Tue, 25 Jul 2023 21:42:48 +0200 Subject: [PATCH] bump version + cleanup (#2391) --- internal/icons.zsh | 2 +- internal/p10k.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/icons.zsh b/internal/icons.zsh index 69a721f0..5beb5f4d 100644 --- a/internal/icons.zsh +++ b/internal/icons.zsh @@ -497,7 +497,7 @@ function _p9k_init_icons() { LINUX_RHEL_ICON '\uF316'$s #  LINUX_AMZN_ICON '\uF270'$s #  LINUX_ENDEAVOUROS_ICON '\UF322'$s #  - LINUX_ROCKY_ICON '\UF32b'$s #  + LINUX_ROCKY_ICON '\UF32B'$s #  LINUX_ICON '\uF17C' #  SUNOS_ICON '\uF185 ' #  HOME_ICON '\uF015'$s #  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