diff --git a/themes/smh.zsh-theme b/themes/smh.zsh-theme index 6a76f85a5..e02dc0ceb 100644 --- a/themes/smh.zsh-theme +++ b/themes/smh.zsh-theme @@ -16,7 +16,7 @@ function root_warning { local smiley="%(?,%{$fg[green]%}☺%{$reset_color%},%{$fg[red]%}☹%{$reset_color%})" PROMPT=' -%{$fg[yellow]%}%m%{$reset_color%}: %{$fg_bold[blue]%}%~%{$reset_color%} [$(smh_rvm_info)$(git_prompt_info)] +$(root_warning)%{$fg[yellow]%}%m%{$reset_color%}: %{$fg_bold[blue]%}%~%{$reset_color%} [$(smh_rvm_info)$(git_prompt_info)] %_${smiley} $(prompt_char) ' RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}'