diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2010-08-12 17:08:57 +0200 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2010-08-12 17:09:55 +0200 |
commit | 71b48be99cecc1fb3fda98d245ab74966bdd6ea6 (patch) | |
tree | e3d883110136bb45fcf87082033af74ad74d3a7b | |
parent | 429725f61abd7c28eae3d25ea4bd93a6c891cbd7 (diff) |
[Funcs] added some brackets around repo branch
-rw-r--r-- | 01_Functions.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |