summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTslil Clingman <hiato1@gmail.com>2015-02-09 22:04:51 +0200
committerTslil Clingman <hiato1@gmail.com>2015-02-09 22:04:51 +0200
commitd683f90aacdd77f9736a85bb1c508c826fba092c (patch)
tree928607133bcbe536610f5cb3e99e787a6f2c8549
parent30fca32446bfcc56f73cf874e412bd820baa1868 (diff)
Actually actually
-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"