mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:39:02 -08:00
zsh 5.0.5 seems to break numerical bg colors
This commit is contained in:
parent
10ab5e251f
commit
6d2e7ece8b
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ if [[ "$TERM" = xterm* ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# note: zsh adds a % symbol to newline-less output, so bash prompt is overkill
|
# 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'
|
RPROMPT='%8F%h%b'
|
||||||
|
|
||||||
reload() {
|
reload() {
|
||||||
|
|
Loading…
Reference in a new issue