remove one space after VCS_BRANCH_ICON when using wide icons
This commit is contained in:
parent
71a0b76ac0
commit
b2ddbdb90d
3 changed files with 4 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -255,7 +255,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue