diff options
author | mrbfrank <mrbfrank@gmail.com> | 2014-01-28 21:54:00 -0600 |
---|---|---|
committer | mrbfrank <mrbfrank@gmail.com> | 2014-01-28 21:54:00 -0600 |
commit | 7daaa188da6255ef89f3076ad70370dd31762437 (patch) | |
tree | 80c8d96c241a20b47109af3603b8f6bdb4026ca9 /themes | |
parent | 78ffa71cb6ecb40ec8ca97d5fb9682ceb74a05b7 (diff) | |
download | zsh-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-theme | 2 |
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 } |