]> git.rmz.io Git - dotfiles.git/blob - zsh/themes/macovsky-ruby.zsh-theme
cleanup custom folder
[dotfiles.git] / zsh / themes / macovsky-ruby.zsh-theme
1 # ZSH Theme - Preview: http://gyazo.com/8becc8a7ed5ab54a0262a470555c3eed.png
2 local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
3
4 if which rvm-prompt &> /dev/null; then
5 PROMPT='%{$fg[green]%}%~%{$reset_color%} %{$fg[red]%}‹$(~/.rvm/bin/rvm-prompt i v)› %{$reset_color%} $(git_prompt_info)%{$reset_color%}%B$%b '
6 else
7 if which rbenv &> /dev/null; then
8 PROMPT='%{$fg[green]%}%~%{$reset_color%} %{$fg[red]%}‹$(rbenv version | sed -e "s/ (set.*$//")› %{$reset_color%} $(git_prompt_info)%{$reset_color%}%B$%b '
9 fi
10 fi
11
12 RPS1="${return_code}"
13
14 ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
15 ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"