From 2d877f95fdd6e1d5143bfec9e01b80f189cb1174 Mon Sep 17 00:00:00 2001 From: romkatv Date: Thu, 14 Mar 2019 08:23:19 +0100 Subject: fix POWERLEVEL9K_SHORTEN_DELIMITER --- functions/vcs.zsh | 2 -- 1 file changed, 2 deletions(-) (limited to 'functions') diff --git a/functions/vcs.zsh b/functions/vcs.zsh index 04a07e5d..d89525fd 100755 --- a/functions/vcs.zsh +++ b/functions/vcs.zsh @@ -52,8 +52,6 @@ function +vi-git-remotebranch() { remote=${$(command git rev-parse --verify HEAD@{upstream} --symbolic-full-name 2>/dev/null)/refs\/(remotes|heads)\/} if [[ -n "$POWERLEVEL9K_VCS_SHORTEN_LENGTH" ]] && [[ -n "$POWERLEVEL9K_VCS_SHORTEN_MIN_LENGTH" ]]; then - set_default POWERLEVEL9K_VCS_SHORTEN_DELIMITER $'\U2026' - if [ ${#hook_com[branch]} -gt ${POWERLEVEL9K_VCS_SHORTEN_MIN_LENGTH} ] && [ ${#hook_com[branch]} -gt ${POWERLEVEL9K_VCS_SHORTEN_LENGTH} ]; then case "$POWERLEVEL9K_VCS_SHORTEN_STRATEGY" in truncate_middle) -- cgit v1.2.3