From c781b4bd71dce8271f87d2fb997515c52e802535 Mon Sep 17 00:00:00 2001 From: mj Date: Wed, 1 Apr 2015 00:55:03 +0200 Subject: [PATCH] mj.zsh-theme: improve --- repos/robbyrussell/oh-my-zsh/themes/mj.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/robbyrussell/oh-my-zsh/themes/mj.zsh-theme b/repos/robbyrussell/oh-my-zsh/themes/mj.zsh-theme index f74ff59..a024ac0 100644 --- a/repos/robbyrussell/oh-my-zsh/themes/mj.zsh-theme +++ b/repos/robbyrussell/oh-my-zsh/themes/mj.zsh-theme @@ -1,7 +1,7 @@ #!/usr/bin/env zsh #local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})" -if [ $UID -eq 0 ]; then MNCOLOR=$FG[088]; else MNCOLOR=$FG[015]; fi +if [ $UID -eq 0 ]; then MNCOLOR=$FX[bold]$FG[088]; else MNCOLOR=$FX[bold]$FG[051]; fi setopt promptsubst -- 2.0.0