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'