diff --git a/repos/robbyrussell/oh-my-zsh/themes/mj.zsh-theme b/repos/robbyrussell/oh-my-zsh/themes/mj.zsh-theme index a2ff752..a0e6630 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 CARETCOLOR="red"; else CARETCOLOR="blue"; fi +if [ $UID -eq 0 ]; then MNCOLOR=$FG[088]; else MNCOLOR=$FG[015]; fi setopt promptsubst @@ -15,7 +15,7 @@ GIT_DIRTY_COLOR=$FG[133] GIT_CLEAN_COLOR=$FG[118] GIT_PROMPT_INFO=$FG[012] -PROMPT='%{${fg_bold[$CARETCOLOR]}%}%m%{${reset_color}%} %{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %{$GIT_PROMPT_INFO%}$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status) %{$reset_color%}%{$PROMPT_PROMPT%}ᐅ%{$reset_color%} ' +PROMPT='%{${fg_bold[$MNCOLOR]}%}%m%{${reset_color}%} %{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %{$GIT_PROMPT_INFO%}$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status) %{$reset_color%}%{$PROMPT_PROMPT%}ᐅ%{$reset_color%} ' #RPS1="${return_code}"