summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvcs6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcs b/vcs
index 5975b54..33a54fa 100755
--- a/vcs
+++ b/vcs
@@ -12,9 +12,9 @@ VCS_REC=""
SPC=""
if [[ $1 == "--zsh-colour" ]]; then
- nstr=" %F{red}●%f"
- mstr=" %F{11}●%f"
- rstr=" %F{28}●%f"
+ nstr="%F{red}●%f"
+ mstr="%F{11}●%f"
+ rstr="%F{28}●%f"
cFST="%F{green}"
cSND="%F{blue}"
cEND="%f"