From 4f9bed518064fc459940ef284e5fcbb18a9e5581 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 28 Jan 2021 14:07:31 +0100 Subject: [PATCH] p10k tweaks --- zsh/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index cdc32bc..a905ce1 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -201,7 +201,7 @@ # Don't show the number of commits next to the ahead/behind arrows. typeset -g POWERLEVEL9K_VCS_{COMMITS_AHEAD,COMMITS_BEHIND}_MAX_NUM=1 # Remove space between '⇣' and '⇡' and all trailing spaces. - #typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION='${${${P9K_CONTENT/⇣* :⇡/⇣⇡}// }//:/ }' + typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION='${${${P9K_CONTENT/⇣* :⇡/⇣⇡}// }//:/ }' # Other icons typeset -g POWERLEVEL9K_VCS_STASH_ICON='≡' typeset -g POWERLEVEL9K_VCS_GIT_ICON='\uF126'