diff options
| -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" |
