From 86174bff5a9ed2ce7b31d82d5400ba270f1b2906 Mon Sep 17 00:00:00 2001 From: Steven Harman Date: Wed, 18 Jan 2012 11:28:16 -0500 Subject: [PATCH] include root_warning --- themes/smh.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%}'