From: Frank Terbeck Date: Wed, 3 Apr 2013 08:34:48 +0000 (+0200) Subject: zshrc: Make root-user name bold in prompt again X-Git-Tag: v0.8.1~1 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=06a39dc69b644a1f757481e3af31e8c1025a88ea zshrc: Make root-user name bold in prompt again --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 335d71e..eb1767e 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2159,7 +2159,7 @@ if is437; then unset i zstyle ':prompt:grml(|-large|-chroot):right:setup' use-rprompt false elif (( EUID == 0 )); then - zstyle ':prompt:grml(|-large|-chroot):*:items:user' pre '%F{red}' + zstyle ':prompt:grml(|-large|-chroot):*:items:user' pre '%B%F{red}' fi # Finally enable one of the prompts.