aboutsummaryrefslogtreecommitdiff
path: root/config/p10k-classic.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-08-08 12:42:31 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-08-08 12:42:31 +0300
commitb2ddbdb90d865c5d04c721b79d4a99d22287f340 (patch)
treee2e466dc7ccb5821e2ccf1ccd5e467a8cf6a8e8f /config/p10k-classic.zsh
parent71a0b76ac048867d9e7790a5509d7988dfc73061 (diff)
remove one space after VCS_BRANCH_ICON when using wide icons
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r--config/p10k-classic.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh
index 925f08a0..c9cc2e59 100644
--- a/config/p10k-classic.zsh
+++ b/config/p10k-classic.zsh
@@ -272,7 +272,7 @@ fi
# typeset -g POWERLEVEL9K_DIR_CLASSES=()
#####################################[ vcs: git status ]######################################
- # Branch icon. Set this parameter to '\uF126' for the popular Powerline branch icon.
+ # Branch icon. Set this parameter to '\uF126 ' for the popular Powerline branch icon.
typeset -g POWERLEVEL9K_VCS_BRANCH_ICON=
# Untracked files icon. It's really a question mark, your font isn't broken.