diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2016-01-08 00:17:21 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2016-01-08 00:17:21 +0300 |
commit | b9cb32f4a7cacc16fb0ab039a5fa91f6dd4b8d9d (patch) | |
tree | 41e6956919c5ddd64c527ca8941051c06661b0c6 /functions | |
parent | bb7fca653b522708eb2bb68e18f1e1d5e68d242f (diff) |
Removed whitespace before git tag.
Diffstat (limited to 'functions')
-rw-r--r-- | functions/vcs.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/vcs.zsh b/functions/vcs.zsh index 49dccc18..4a0a7ead 100644 --- a/functions/vcs.zsh +++ b/functions/vcs.zsh @@ -52,7 +52,7 @@ function +vi-git-tagname() { local tag tag=$(git describe --tags --exact-match HEAD 2>/dev/null) - [[ -n "${tag}" ]] && hook_com[branch]=" %F{$POWERLEVEL9K_VCS_FOREGROUND}$(print_icon 'VCS_TAG_ICON')${tag}%f" + [[ -n "${tag}" ]] && hook_com[branch]="%F{$POWERLEVEL9K_VCS_FOREGROUND}$(print_icon 'VCS_TAG_ICON')${tag}%f" } # Show count of stashed changes |