the sparkle theme

This commit is contained in:
burningTyger 2011-07-20 21:32:34 +02:00
commit 2f8fb3a8c8

6
themes/sparkle.zsh-theme Normal file
View file

@ -0,0 +1,6 @@
PROMPT='$fg[yellow]$(rvm-prompt i v g) $fg[white]%n@%m:%~$(git_prompt_info)$reset_color $ '
# git theming
ZSH_THEME_GIT_PROMPT_PREFIX="$fg[yellow] "
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_DIRTY="$fg[red]!"