summaryrefslogtreecommitdiff
path: root/01_Internal.zsh
diff options
context:
space:
mode:
Diffstat (limited to '01_Internal.zsh')
-rw-r--r--01_Internal.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/01_Internal.zsh b/01_Internal.zsh
index 02a4bf0..6a04817 100644
--- a/01_Internal.zsh
+++ b/01_Internal.zsh
@@ -235,6 +235,7 @@ __get_git_branch ()
# _stashed=$(( $_stashed - 1 ))
#done
my_git_branch+=" $C_$_gcl_colors[white]$_C"$_stash
+ [ $_stashed -gt 1 ] && my_git_branch+="$(echo $_stashed | _subscript_number)"
fi
fi
__debug