diff --git a/tcshrc.prompt.final b/tcshrc.prompt.final index 88de7ab..cdfacd0 100644 --- a/tcshrc.prompt.final +++ b/tcshrc.prompt.final @@ -187,7 +187,7 @@ if( ${#git_branch} <= 1 ) then set git_behind_count=${git_counts[1]} set git_ahead_count=${git_counts[2]} #@ git_behind_count = ${git_behind_count} + 1 - echo "Got: ${git_behind_count}" + _debug "Got: ${git_behind_count}" _debug "Got: ${git_ahead_count}" @ git_count_check = ${git_ahead_count} + ${git_behind_count} if( 0 != ${git_count_check} ) then