1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-26 00:03:29 +02:00

Fixed broken git branch icon

This commit is contained in:
Kirill Pahnev
2015-09-10 22:52:01 +03:00
parent 9c08641d7c
commit 023397983b
+2 -1
View File
@@ -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]%}?"