浏览代码

show gemset next to ruby version

Steven De Coeyer 13 年之前
父节点
当前提交
a62d22726b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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%}"