Add custmozied wezm(less color and more username@hostname at rprompt)

This commit is contained in:
Changwoo Park 2012-11-15 13:41:01 +09:00
commit 280fda2b20

7
themes/wezm-.zsh-theme Normal file
View file

@ -0,0 +1,7 @@
PROMPT='$(git_prompt_info)%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )%{$fg[yellow]%}%#%{$reset_color%} '
RPROMPT='%{$fg[green]%}%~%{$reset_color%}:%n%f@%m%f'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}("
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY=")%{$fg[red]%}✘%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=")"