From 0f043788988c6d23b270fe4de834fd1f14738008 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Tue, 8 Nov 2022 18:23:44 -0800 Subject: [PATCH] Get pluses and minuses lined up. --- tcshrc.prompt.final | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcshrc.prompt.final b/tcshrc.prompt.final index 504a5aa..7a352b3 100644 --- a/tcshrc.prompt.final +++ b/tcshrc.prompt.final @@ -291,7 +291,7 @@ if( 0 == ${__res} ) then endif else if( 0 != ${git_ahead_count} ) then - set git_tracking_stat=": %{${ahead_tracking_color_seq}%}${git_ahead_count}%{${sgr_reset}%}" + set git_tracking_stat=": +%{${ahead_tracking_color_seq}%}${git_ahead_count}%{${sgr_reset}%}" endif endif endif