summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2013-07-19 15:57:40 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2013-07-19 15:57:40 +0200
commit78222203e0d874848670ca699ce6e12b7419388e (patch)
tree95de45b78f5e3e4533a6d2578f3a4e5f2654a658
parent8942935030bbd0762560817a20ffa31bc690cd97 (diff)
[Internal] Git: blinks ffwd-able arrow.
-rw-r--r--01_Internal.zsh2
1 files changed, 1 insertions, 1 deletions
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