From 6d2e7ece8bf8cdfb14b510fb812dd3d2c8e8b991 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 14 Jan 2014 09:17:34 -0800 Subject: [PATCH] zsh 5.0.5 seems to break numerical bg colors --- home/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zshrc b/home/zshrc index eb517d2..b573ae5 100644 --- a/home/zshrc +++ b/home/zshrc @@ -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() {