diff options
author | Robby Russell <robby@planetargon.com> | 2015-09-26 09:29:14 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-09-26 09:29:14 -0700 |
commit | a8617192f7d8ebca563cca4195c6a438137b1fb0 (patch) | |
tree | 6482058d094ade12efd99c1522dca21eb4405c52 /themes/amuse.zsh-theme | |
parent | 76a26a2a59d8c6d0f65a4426cdb93920e255aea7 (diff) | |
parent | 023397983bb0d983216c580d884936a660b265f8 (diff) | |
download | zsh-a8617192f7d8ebca563cca4195c6a438137b1fb0.tar.gz zsh-a8617192f7d8ebca563cca4195c6a438137b1fb0.tar.bz2 zsh-a8617192f7d8ebca563cca4195c6a438137b1fb0.zip |
Merge pull request #4340 from pahnev/master
Fixed broken git branch icon
Diffstat (limited to 'themes/amuse.zsh-theme')
-rw-r--r-- | themes/amuse.zsh-theme | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/amuse.zsh-theme b/themes/amuse.zsh-theme index 60761b5c0..c1314e8b1 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]%}?" |