This commit is contained in:
tmassing 2017-05-02 02:23:49 +00:00 committed by GitHub
commit 0e9735fce0

View file

@ -0,0 +1,9 @@
PROMPT='%{$fg[blue]%}[%{$fg[red]%}%c$(git_prompt_info)$(git_prompt_ahead)%{$fg[blue]%}] %(?,%{$fg[green]%},%{$fg_bold[red]%})➜ %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[green]%}("
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=")%{$fg_bold[red]%}⚡%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=")"
ZSH_THEME_GIT_PROMPT_AHEAD="%{$fg_bold[yellow]%}↑%{$reset_color%}"