Browse Source

Merge pull request #759 from Zhann/master

show gem set next to ruby version
Robby Russell 13 years ago
parent
commit
8ca8d2661c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/zhann.zsh-theme

+ 1 - 1
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%}"