From 1069fe924db7626dc6f9bc995250a3da55e8c52e Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 5 Jun 2012 15:07:43 +0200 Subject: [Prompt] git stash. --- 01_Internal.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '01_Internal.zsh') diff --git a/01_Internal.zsh b/01_Internal.zsh index 6f76d1e..359c01c 100644 --- a/01_Internal.zsh +++ b/01_Internal.zsh @@ -207,7 +207,7 @@ __get_git_branch () [ "$_stashed" -gt 0 ] && my_git_branch+=$C_$_prompt_colors[bold_generic]$_C [ "$_stashed" -gt 0 ] && for i in {1..$_stashed} do - my_git_branch+="+" + my_git_branch+="ยท" done echo " "$my_git_branch -- cgit v1.2.3