From b4194e2e13eb50f5b5e354937453723be2756ad0 Mon Sep 17 00:00:00 2001 From: Tslil Clingman Date: Sun, 1 Feb 2015 23:11:53 +0200 Subject: Made unicode more tty friendly --- vcs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcs') diff --git a/vcs b/vcs index bc0fb84..b19dd32 100755 --- a/vcs +++ b/vcs @@ -18,7 +18,7 @@ if [[ $1 == "--zsh-colour" ]]; then cSND="%F{blue}" cEND="%f" else - nstr="✪" + nstr="@" mstr="±" rstr="↑" cFST="" @@ -28,7 +28,7 @@ fi if [[ -d ".git" || -d "../.git" || -d "../../.git" ]]; then outp=$(git status) - VCS_STR="×" + VCS_STR="*" VCS_INF=$(echo "$outp" | head -n 1 | cut -d' ' -f 3-) check "^Untracked files:$" "$outp" [[ $? = 0 ]] && VCS_NEW=$nstr -- cgit v1.2.3