From cbd65134a8afb2b1fc28419fd95f257287f81e89 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 7 Aug 2013 15:43:20 +0200 Subject: [Git] Updates… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 12_Prompts.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to '12_Prompts.zsh') diff --git a/12_Prompts.zsh b/12_Prompts.zsh index dc6ffdc..c45aab9 100644 --- a/12_Prompts.zsh +++ b/12_Prompts.zsh @@ -232,7 +232,9 @@ __subvcsbranches () { if [ -d $(dirname $GIT_DIR)/$SUBMODULE ] then GITBRANCH+=${GITBRANCH:+$(tput cuf1)} + GITBRANCH+=$C_$_prompt_colors[bar]$_C"[" GITBRANCH+=$(__get_git_fullstatus $(dirname $GIT_DIR)/$SUBMODULE) + GITBRANCH+=$C_$_prompt_colors[bar]$_C"]" fi done echo $GITBRANCH -- cgit v1.2.3