From 440ed07b4464a60c64df1d431b714b0544ab6cc8 Mon Sep 17 00:00:00 2001 From: questionmarc Date: Wed, 8 Jan 2014 14:43:05 -0500 Subject: [PATCH] Set the symbol to be the powerline version control branch glyph as stated in the docs --- 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 01cdc80e5..396a4cb17 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 }