summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authormrbfrank <mrbfrank@gmail.com>2014-01-28 21:54:00 -0600
committermrbfrank <mrbfrank@gmail.com>2014-01-28 21:54:00 -0600
commit7daaa188da6255ef89f3076ad70370dd31762437 (patch)
tree80c8d96c241a20b47109af3603b8f6bdb4026ca9 /themes
parent78ffa71cb6ecb40ec8ca97d5fb9682ceb74a05b7 (diff)
downloadzsh-7daaa188da6255ef89f3076ad70370dd31762437.tar.gz
zsh-7daaa188da6255ef89f3076ad70370dd31762437.tar.bz2
zsh-7daaa188da6255ef89f3076ad70370dd31762437.zip
corrected branch character
changed ± to 
Diffstat (limited to 'themes')
-rw-r--r--themes/agnoster.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme
index a0d60ea88..a5c47f9b5 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
}