From 78222203e0d874848670ca699ce6e12b7419388e Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 19 Jul 2013 15:57:40 +0200 Subject: [Internal] Git: blinks ffwd-able arrow. --- 01_Internal.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_Internal.zsh b/01_Internal.zsh index caf2a08..679073c 100644 --- a/01_Internal.zsh +++ b/01_Internal.zsh @@ -257,7 +257,7 @@ __get_git_branch () fi if [ $_behind -gt 0 ] then - my_git_branch+=$C_$_prompt_colors[bold_generic]$_C"↓" + my_git_branch+=$C_$_prompt_colors[bold_generic]";"$color[blink]$_C"↓"$C_$_prompt_colors[bold_generic]$_C [ $_behind -gt 1 ] && my_git_branch+="₊$(echo $_behind | _subscript_number)" fi fi -- cgit v1.2.3