Skip to content

Commit

Permalink
Merge pull request ohmyzsh#759 from Zhann/master
Browse files Browse the repository at this point in the history
show gem set next to ruby version
  • Loading branch information
robbyrussell committed Dec 19, 2011
2 parents 82568cc + a62d227 commit 8ca8d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/zhann.zsh-theme
@@ -1,5 +1,5 @@
PROMPT='%{$fg_bold[green]%}%p %{$fg[cyan]%}%c%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
RPROMPT='%{$reset_color%} %{$fg[red]%}$(~/.rvm/bin/rvm-prompt i v) %{$reset_color%}'
RPROMPT='%{$reset_color%} %{$fg[red]%}$(~/.rvm/bin/rvm-prompt i v g) %{$reset_color%}'

ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
Expand Down

0 comments on commit 8ca8d26

Please sign in to comment.