summaryrefslogtreecommitdiff
path: root/themes/amuse.zsh-theme
diff options
context:
space:
mode:
authorKirill Pahnev <kirill.pahnev@gmail.com>2015-09-10 22:52:01 +0300
committerKirill Pahnev <kirill.pahnev@gmail.com>2015-09-11 08:58:56 +0300
commit023397983bb0d983216c580d884936a660b265f8 (patch)
tree19f739e00aec0a799727d1edd15f64b20267f2de /themes/amuse.zsh-theme
parent9c08641d7c2aae0c82fa5ad91f94c67b70115ba5 (diff)
downloadzsh-023397983bb0d983216c580d884936a660b265f8.tar.gz
zsh-023397983bb0d983216c580d884936a660b265f8.tar.bz2
zsh-023397983bb0d983216c580d884936a660b265f8.zip
Fixed broken git branch icon
Diffstat (limited to 'themes/amuse.zsh-theme')
-rw-r--r--themes/amuse.zsh-theme3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/amuse.zsh-theme b/themes/amuse.zsh-theme
index 548f6d39d..395b34380 100644
--- a/themes/amuse.zsh-theme
+++ b/themes/amuse.zsh-theme
@@ -12,7 +12,8 @@ PROMPT='
%{$fg_bold[green]%}${PWD/#$HOME/~}%{$reset_color%}$(git_prompt_info) ⌚ %{$fg_bold[red]%}%*%{$reset_color%}
$ '
-ZSH_THEME_GIT_PROMPT_PREFIX=" on %{$fg[magenta]%}⭠ "
+# Must use Powerline font, for \uE0A0 to render.
+ZSH_THEME_GIT_PROMPT_PREFIX=" on %{$fg[magenta]%}\uE0A0 "
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}!"
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[green]%}?"