summaryrefslogtreecommitdiff
path: root/01_Internal.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-07-20 11:59:17 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-07-20 11:59:17 +0200
commit752e1697e3111cf61fbd964020f651c6571d9e1b (patch)
tree34a72a823a3890fd00ffc101afb7eca73e21a73d /01_Internal.zsh
parentb66ef28d98ccb4874890ddc4f4612955e712349b (diff)
LA FLEMME ....
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 b99213a..21d109d 100644
--- a/01_Internal.zsh
+++ b/01_Internal.zsh
@@ -216,7 +216,7 @@ __get_git_branch ()
if [ "$(git rev-parse --is-inside-git-dir)" != "true" -a "$(git config --get core.bare)" != "true" ]
then
local _stashed=$(git stash list | wc -l )
- [ "$_stashed" -gt 0 ] && my_git_branch+=$C_$_prompt_colors[bold_generic]$_C
+ [ "$_stashed" -gt 0 ] && my_git_branch+=$C_$_prompt_colors[soft_generic]$_C
[ "$_stashed" -gt 0 ] && for i in {1..$_stashed}
do
my_git_branch+="ยท"