From 7cffacff4514316d2028068fe0825f8e1ec8b5a9 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 24 Feb 2012 12:58:25 +0100 Subject: [Prompts] get rids of annoying get_git_status breaks which concatenated paths & git_branch --- 01_Internal.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '01_Internal.zsh') diff --git a/01_Internal.zsh b/01_Internal.zsh index 78832c3..e8a27c8 100644 --- a/01_Internal.zsh +++ b/01_Internal.zsh @@ -127,7 +127,7 @@ __get_git_branch () my_git_branch=$(grep merge .repo/manifests.git/config | awk '{print $3}') if [ $my_git_branch != "" ] then - echo "[$my_git_branch]" + echo " [$my_git_branch]" return fi fi @@ -198,7 +198,7 @@ __get_git_branch () my_git_branch=$my_git_branch fi - echo $my_git_branch + echo " "$my_git_branch } __get_guilt_series () -- cgit v1.2.3