From 7eaa6b260029f818fce4e6416a14f9ce3834f1c7 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sat, 5 Sep 2020 16:10:47 +0200 Subject: [PATCH] Add branch icon --- dotfiles/zsh/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zsh/p10k.zsh b/dotfiles/zsh/p10k.zsh index 900fa8f..f6f6948 100644 --- a/dotfiles/zsh/p10k.zsh +++ b/dotfiles/zsh/p10k.zsh @@ -326,7 +326,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='\uF126 ' # 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.