aboutsummaryrefslogtreecommitdiff
path: root/functions/vcs.zsh
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2016-01-08 00:17:21 +0300
committerDominik Ritter <dritter03@googlemail.com>2016-01-08 00:17:21 +0300
commitb9cb32f4a7cacc16fb0ab039a5fa91f6dd4b8d9d (patch)
tree41e6956919c5ddd64c527ca8941051c06661b0c6 /functions/vcs.zsh
parentbb7fca653b522708eb2bb68e18f1e1d5e68d242f (diff)
Removed whitespace before git tag.
Diffstat (limited to 'functions/vcs.zsh')
-rw-r--r--functions/vcs.zsh2
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