summaryrefslogtreecommitdiff
path: root/01_Internal.zsh
diff options
context:
space:
mode:
Diffstat (limited to '01_Internal.zsh')
-rw-r--r--01_Internal.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Internal.zsh b/01_Internal.zsh
index 679073c..0673915 100644
--- a/01_Internal.zsh
+++ b/01_Internal.zsh
@@ -252,7 +252,7 @@ __get_git_branch ()
[ $(($_ahead + $_behind)) -gt 0 ] && my_git_branch+=" "
if [ $_ahead -gt 0 ]
then
- my_git_branch+=$C_$_gcl_colors[cached]$_C"↑"
+ my_git_branch+=$C_$_gcl_colors[cached]$_C"↑"$C_$_prompt_colors[soft_generic]$_C
[ $_ahead -gt 1 ] && my_git_branch+="₊$(echo $_ahead | _subscript_number)"
fi
if [ $_behind -gt 0 ]