1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00

zsh 5.0.5 seems to break numerical bg colors

This commit is contained in:
Connor Olding 2014-01-14 09:17:34 -08:00
parent 10ab5e251f
commit 6d2e7ece8b

View File

@ -153,7 +153,7 @@ if [[ "$TERM" = xterm* ]]; then
fi
# note: zsh adds a % symbol to newline-less output, so bash prompt is overkill
PROMPT='%{'$'\e''[10m%}%b%(?.%2K.%1K)%15F%#%f%k '
PROMPT='%{'$'\e''[10m%}%b%(?.%K{green}.%K{red})%15F%#%f%k '
RPROMPT='%8F%h%b'
reload() {