From 356f9ecd8bd5b9220028a0f1f4e077ddda26a091 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 15 Jan 2024 15:11:43 +0100 Subject: [PATCH] zsh:p10k: Remove VCS branch icon --- .../zsh/zshrc.d/90-external-plugins/15-powerlevel10k.theme.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/zshrc.d/90-external-plugins/15-powerlevel10k.theme.zsh b/.config/zsh/zshrc.d/90-external-plugins/15-powerlevel10k.theme.zsh index 36ff7de..f6e6039 100644 --- a/.config/zsh/zshrc.d/90-external-plugins/15-powerlevel10k.theme.zsh +++ b/.config/zsh/zshrc.d/90-external-plugins/15-powerlevel10k.theme.zsh @@ -341,7 +341,7 @@ #####################################[ vcs: git status ]###################################### # Branch icon. Set this parameter to '\uF126 ' for the popular Powerline branch icon. - typeset -g POWERLEVEL9K_VCS_BRANCH_ICON='| ' + typeset -g POWERLEVEL9K_VCS_BRANCH_ICON= # Untracked files icon. It's really a question mark, your font isn't broken. # Change the value of this parameter to show a different icon.