aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-07-03 15:07:11 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-07-03 15:07:11 +0300
commitc3990c53a940a382194ad901ba1bdadbcc8994ac (patch)
tree83d582d3e545de42bc2b7374066a5d63ccb329ac /functions
parentcc29061253e6213c2f21a8446724315b5c41ed93 (diff)
render VCS_GIT_ICON and the like as segment visual identifiers instead of embedding them in the content
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/vcs.zsh2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/vcs.zsh b/functions/vcs.zsh
index c217eafd..d89525fd 100755
--- a/functions/vcs.zsh
+++ b/functions/vcs.zsh
@@ -141,8 +141,6 @@ function +vi-vcs-detect-changes() {
vcs_visual_identifier='VCS_SVN_ICON'
fi
- [[ -n "$vcs_visual_identifier" ]] && vcs_visual_identifier="$vcs_visual_identifier "
-
if [[ -n "${hook_com[staged]}" ]] || [[ -n "${hook_com[unstaged]}" ]]; then
VCS_WORKDIR_DIRTY=true
else