This commit is contained in:
Alexandre Croteau-Pothier 2017-05-02 02:21:35 +00:00 committed by GitHub
commit 1f819937df

10
themes/simpler.zsh-theme Normal file
View file

@ -0,0 +1,10 @@
# simpler.zsh-theme
#
# Customization of the simple theme
PROMPT='%{$fg_bold[blue]%}%.%{$fg[red]%}$(git_prompt_info)%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX=" "
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_DIRTY="(✗)"
ZSH_THEME_GIT_PROMPT_CLEAN="(✔)"