From aee34dff0ad168ff1b9e4883cfca35ace2a12026 Mon Sep 17 00:00:00 2001 From: Luke Randall Date: Sun, 5 Sep 2010 19:29:31 +0200 Subject: [PATCH] Remove printing of non-zero return codes --- themes/lukerandall.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/lukerandall.zsh-theme b/themes/lukerandall.zsh-theme index a6686beae..4be9bf9fe 100644 --- a/themes/lukerandall.zsh-theme +++ b/themes/lukerandall.zsh-theme @@ -4,7 +4,7 @@ local return_code="%(?..%{$fg_bold[red]%}%? ↵%{$reset_color%})" PROMPT='%{$fg_bold[green]%}%n@%m%{$reset_color%} %{$fg_bold[blue]%}%2~%{$reset_color%} $(git_prompt_info)%{$reset_color%}%B»%b ' -RPS1="${return_code}" +# RPS1="${return_code}" ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}(" ZSH_THEME_GIT_PROMPT_SUFFIX=") %{$reset_color%}"