ohmyzsh/themes/simpler.zsh-theme
Alexandre Croteau-Pothier 890e819383 adding the "simpler" theme
2013-02-08 11:23:48 -05:00

10 lines
270 B
Bash

# 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="(✔)"