From ecceda295ce30e42b757f2a9127adb158d729f0a Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 27 Jul 2012 10:37:50 +0200 Subject: [Git] oOps. --- 01_Internal.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '01_Internal.zsh') diff --git a/01_Internal.zsh b/01_Internal.zsh index fa4fd2e..48f3dcf 100644 --- a/01_Internal.zsh +++ b/01_Internal.zsh @@ -219,10 +219,10 @@ __get_git_branch () if [ "$_stashed" -gt 0 ] then my_git_branch+=$C_$_prompt_colors[soft_generic]$_C - while [ $i -gt 1 ] + while [ $_stashed -gt 1 ] do my_git_branch+="·" - i=$(( $i - 1 )) + _stashed=$(( $_stashed - 1 )) done my_git_branch+="$C_$color[blink];$_prompt_colors[soft_generic]$_C·" fi -- cgit v1.2.3