From 71b48be99cecc1fb3fda98d245ab74966bdd6ea6 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 12 Aug 2010 17:08:57 +0200 Subject: [Funcs] added some brackets around repo branch --- 01_Functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '01_Functions.zsh') diff --git a/01_Functions.zsh b/01_Functions.zsh index a9ecb48..5d4f16b 100644 --- a/01_Functions.zsh +++ b/01_Functions.zsh @@ -107,7 +107,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 -- cgit v1.2.3