This commit is contained in:
Dmitry Groshev 2017-05-02 02:23:37 +00:00 committed by GitHub
commit baa91b60ec

View file

@ -0,0 +1,9 @@
PROMPT=$'
%{$fg[green]%}${PWD/#$HOME/~}%{$reset_color%} %{$fg[white]%}[%n@%m]%{$reset_color%} %{$fg[white]%}[%T] $(git_prompt_info)%{$reset_color%}
%{$fg_bold[black]%}>%{$reset_color%} '
RPS1='%(?..%{$fg[magenta]%}%? ↵%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}["
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}*%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""