From 6fe192fd73420077a2b149f0af2ddaf7a2746c6a Mon Sep 17 00:00:00 2001 From: Aaron Biggs Date: Thu, 9 Jan 2014 09:06:54 -0600 Subject: [PATCH] Updated symbol. --- 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 d1f3ce6fd..872ea2366 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -90,7 +90,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_}" + echo -n "${ref/refs\/heads\//⭠ }${vcs_info_msg_0_}" fi }