From c65260aaab46fee3d1eab033db258d0a366f03b4 Mon Sep 17 00:00:00 2001 From: romkatv Date: Thu, 30 Jan 2020 10:57:11 +0100 Subject: [PATCH] change the default timewarrior icon (shield => watch); see #295 --- 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 1c1bb0ee..6b8dd9f8 100644 --- a/internal/icons.zsh +++ b/internal/icons.zsh @@ -464,7 +464,7 @@ function _p9k_init_icons() { LUA_ICON '\uE620' #  PERL_ICON '\uE769' #  NNN_ICON 'nnn' - TIMEWARRIOR_ICON '\uF132' #  + TIMEWARRIOR_ICON '\uF49B' #  NIX_SHELL_ICON '\uF313' #  ) ;; diff --git a/internal/p10k.zsh b/internal/p10k.zsh index da3cda57..2b8ce324 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -6449,7 +6449,7 @@ _p9k_must_init() { [[ $sig == $_p9k__param_sig ]] && return 1 _p9k_deinit fi - _p9k__param_pat=$'v31\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1' + _p9k__param_pat=$'v32\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1' _p9k__param_pat+=$'${#parameters[(I)POWERLEVEL9K_*]}\1${(%):-%n%#}\1$GITSTATUS_LOG_LEVEL\1' _p9k__param_pat+=$'$GITSTATUS_ENABLE_LOGGING\1$GITSTATUS_DAEMON\1$GITSTATUS_NUM_THREADS\1' _p9k__param_pat+=$'$DEFAULT_USER\1${ZLE_RPROMPT_INDENT:-1}\1$P9K_SSH\1$__p9k_ksh_arrays'