diff options
| author | Tslil Clingman <hiato1@gmail.com> | 2015-02-09 22:04:51 +0200 |
|---|---|---|
| committer | Tslil Clingman <hiato1@gmail.com> | 2015-02-09 22:04:51 +0200 |
| commit | d683f90aacdd77f9736a85bb1c508c826fba092c (patch) | |
| tree | 928607133bcbe536610f5cb3e99e787a6f2c8549 | |
| parent | 30fca32446bfcc56f73cf874e412bd820baa1868 (diff) | |
Actually actually
| -rwxr-xr-x | vcs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |
