From d7b33432c1d2cc325bf800078978dc19cb8373ba Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Mon, 25 Aug 2008 11:24:32 +0200 Subject: Some cleaning up for SVN status --- 12_Prompts.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12_Prompts.zsh b/12_Prompts.zsh index 766d57e..5be8eea 100644 --- a/12_Prompts.zsh +++ b/12_Prompts.zsh @@ -104,7 +104,7 @@ old_precmd() if [ "$SVNREV" != "" ] then SVNSTATUS="$(svn diff 2>&-)" - SVNSTATUS=${${SVNSTATUS:+$prompt_colors[not_up_to_date]}:$chars['-']$prompt_colors[up_to_date]} + SVNSTATUS=${${SVNSTATUS:+$prompt_colors[not_up_to_date]}:-$prompt_colors[up_to_date]} fi SVNREV=${SVNREV:+$C_$prompt_colors[doubledot]$_C $C_$SVNSTATUS$_C"r"$SVNREV} [ "$DEBUG" = "yes" ] && echo -- cgit v1.2.3