From 31425d1600c0689f0f83b1d610fde2401512d075 Mon Sep 17 00:00:00 2001 From: andynu Date: Mon, 16 May 2011 00:10:48 -0700 Subject: [PATCH] Update andynu theme (to reset PROMPT/RPROMPT) --- themes/andynu.zsh-theme | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/andynu.zsh-theme b/themes/andynu.zsh-theme index 3464c5624..0549bb8f2 100644 --- a/themes/andynu.zsh-theme +++ b/themes/andynu.zsh-theme @@ -59,6 +59,10 @@ screen_window(){ else echo "" # regular fi } + +PROMPT="" +RPROMPT="" + _prompt(){ export PS1="$(err_prompt)$(screen_window)%{$(c 24)%}%n%{$NC%}%{$(c 237)%}@%{$h_color%}%m%{$(c 237)%}:%{$(c 124)%}%~ %{$(c 11)%}$(parse_git_branch)$(parse_svn_branch)%{$(c 233)%} %{$LightRed%}%# %{$NC%}"