From: Frank Terbeck Date: Tue, 5 Mar 2013 14:57:43 +0000 (+0100) Subject: zshrc: New prompt mixed up %B and %b for the path item X-Git-Tag: v0.8.0~26 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=4e72b7f8b875e50c552855e0564a101151c635fb;hp=b5b5fbf741a1c6aec1fa7dc8a497c9be1c53f665 zshrc: New prompt mixed up %B and %b for the path item --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index aa8c095..5168e8d 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1452,7 +1452,7 @@ grml_prompt_pre_default=( host '' jobs '%F{cyan}' newline '' - path '%b' + path '%B' percent '' rc '%F{red}' rc-always '' @@ -1473,7 +1473,7 @@ grml_prompt_post_default=( host '' jobs '%f' newline '' - path '%B' + path '%b' percent '' rc '%f' rc-always ''