summaryrefslogtreecommitdiff
path: root/01_Internal.zsh
diff options
context:
space:
mode:
Diffstat (limited to '01_Internal.zsh')
-rw-r--r--01_Internal.zsh6
1 files changed, 3 insertions, 3 deletions
diff --git a/01_Internal.zsh b/01_Internal.zsh
index 7a06365..32e412a 100644
--- a/01_Internal.zsh
+++ b/01_Internal.zsh
@@ -137,9 +137,9 @@ __get_hg_branch ()
__cleanup_git_branch_name() { sed '
s,^tags/\(.*\),[\1],
/^remotes/ {
- s,^remotes/,,
- s,^devel/,~,
- s,^origin/,,
+ s,^remotes/origin/,¬/,
+ s,^remotes/devel/,~,
+ s,^remotes/,…/,
s,^,%{\\033['$color[standout]'m%},
}
s,\^0$,,