This commit is contained in:
Deleted user 2017-05-02 02:23:34 +00:00 committed by GitHub
commit 0cd3bb7093

View file

@ -0,0 +1,6 @@
ZSH_THEME_GIT_PROMPT_PREFIX="$fg[cyan]($fg[green]"
ZSH_THEME_GIT_PROMPT_SUFFIX="$fg[cyan])$reset_color"
ZSH_THEME_GIT_PROMPT_DIRTY=" $fg[red]✗$reset_color"
ZSH_THEME_GIT_PROMPT_CLEAN=" $fg[green]✔$reset_color"
PROMPT='$(git_prompt_info) $fg[cyan]%c$reset_color '