Added a theme with 2-lined layout

This commit is contained in:
Andrey Ognevsky 2011-04-13 00:30:51 +02:00
commit 3ba29c2656

15
themes/ognevsky.zsh-theme Normal file
View file

@ -0,0 +1,15 @@
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[black]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}*"
ZSH_THEME_GIT_PROMPT_CLEAN=""
PROMPT='%_
%{$fg_bold[black]%}%~%{$reset_color%}
%_⇥ '
RPROMPT='$(git_prompt_info) '
#RVM settings
if [[ -s ~/.rvm/scripts/rvm ]] ; then
RPROMPT="$RPROMPT %{$reset_color%}%{$fg[blue]%}\$(~/.rvm/bin/rvm-prompt i v g)%{$reset_color%}"
fi