summaryrefslogtreecommitdiff
path: root/01_Internal.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2012-06-05 15:07:43 +0200
committerHugues Hiegel <hugues@hiegel.fr>2012-06-05 15:07:43 +0200
commit1069fe924db7626dc6f9bc995250a3da55e8c52e (patch)
tree887bf68be6d003c8df0eef71a1d8da8c45d0c21f /01_Internal.zsh
parent61496d14d37f570b121132c056e49a0ab3b80f73 (diff)
[Prompt] git stash.
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 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