diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-03 15:07:11 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-03 15:07:11 +0300 |
commit | c3990c53a940a382194ad901ba1bdadbcc8994ac (patch) | |
tree | 83d582d3e545de42bc2b7374066a5d63ccb329ac /functions/vcs.zsh | |
parent | cc29061253e6213c2f21a8446724315b5c41ed93 (diff) |
render VCS_GIT_ICON and the like as segment visual identifiers instead of embedding them in the content
Diffstat (limited to 'functions/vcs.zsh')
-rwxr-xr-x | functions/vcs.zsh | 2 |
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 |