summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2013-10-02 16:51:08 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2013-10-03 18:35:01 +0200
commit56a2f05f5bad043925d7c691597abcb77a21e147 (patch)
tree4e5cf1050a1e60cdd97d387888f6e0314d89d696
parentd1674d74e1622ec13d09ff7c858c970460347c6e (diff)
[Git] tags without « […] », but in standout mode
-rw-r--r--01_Internal.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Internal.zsh b/01_Internal.zsh
index 555cad9..d6ddb73 100644
--- a/01_Internal.zsh
+++ b/01_Internal.zsh
@@ -133,7 +133,7 @@ __get_hg_branch ()
}
__cleanup_git_branch_name() { sed '
- s,^tags/\(.*\),[\1],
+ s,^tags/\(.*\),%{\\033['$color[standout]'m%}\1,
/^remotes/ {
s,^remotes/,,
s,^devel/,~,