From 52ab23a26ba2a4fbc08081ec1ef5adcb4a2be181 Mon Sep 17 00:00:00 2001 From: Shengwen Cheng Date: Mon, 28 Jul 2014 19:52:51 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20the=20wrong=20agnoster.zsh-theme=20git=20?= =?UTF-8?q?symbol=20"=EE=82=A0=20"=20to=20"=E2=AD=A0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/agnoster.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index 2b33c48bc..5e7aebab1 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -100,7 +100,7 @@ prompt_git() { zstyle ':vcs_info:*' formats ' %u%c' zstyle ':vcs_info:*' actionformats ' %u%c' vcs_info - echo -n "${ref/refs\/heads\// }${vcs_info_msg_0_%% }${mode}" + echo -n "${ref/refs\/heads\//⭠}${vcs_info_msg_0_%% }${mode}" fi }