This commit is contained in:
Dewayne Richardson 2017-05-02 02:22:31 +00:00 committed by GitHub
commit 15b8037d30
3 changed files with 391 additions and 0 deletions

View file

@ -0,0 +1,8 @@
PROMPT='
%n@%m %{$fg[cyan]%}%~
$(git_prompt_info)%{$fg_bold[blue]%}% ᐅ %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}"