Added skwp theme - super basic theme with git and rvm support

This commit is contained in:
yan 2011-12-03 00:02:45 -08:00
commit 3d60273ad4

9
themes/skwp.zsh-theme Normal file
View file

@ -0,0 +1,9 @@
# Simple theme with RVM prompt
PROMPT='%{$fg[blue]%}%~%{$fg_bold[yellow]%}$(git_prompt_info)%{$reset_color%}%{$fg[blue]%}➤ %{$reset_color%}'
RPROMPT='%{$fg[blue]%}$(rvm-prompt i v p g)%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX=" "
ZSH_THEME_GIT_PROMPT_SUFFIX=" "
ZSH_THEME_GIT_PROMPT_DIRTY=" ✗"
ZSH_THEME_GIT_PROMPT_CLEAN=" ✔"