diff options
| -rwxr-xr-x | vcs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
