Commit c781b4bd71dce8271f87d2fb997515c52e802535

Authored by mj
1 parent d48838cf20
Exists in master and in 2 other branches 02-merge, dev

mj.zsh-theme: improve

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

repos/robbyrussell/oh-my-zsh/themes/mj.zsh-theme
1 1 #!/usr/bin/env zsh
2 2 #local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
3 3  
4   -if [ $UID -eq 0 ]; then MNCOLOR=$FG[088]; else MNCOLOR=$FG[015]; fi
  4 +if [ $UID -eq 0 ]; then MNCOLOR=$FX[bold]$FG[088]; else MNCOLOR=$FX[bold]$FG[051]; fi
5 5  
6 6 setopt promptsubst
7 7