diff options
author | Robby Russell <robby@planetargon.com> | 2011-12-19 13:55:10 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-12-19 13:55:10 -0800 |
commit | 8ca8d2661c2d65bed85a5d7e64bcc2038c4a5218 (patch) | |
tree | b4637eb35bcc824abaf1398294822b28293dfb4d | |
parent | 82568cc7e64502c953226bfa30a34fb4bcd46d99 (diff) | |
parent | a62d22726be1c3a02405bf327449e605be8fc5b2 (diff) | |
download | zsh-8ca8d2661c2d65bed85a5d7e64bcc2038c4a5218.tar.gz zsh-8ca8d2661c2d65bed85a5d7e64bcc2038c4a5218.tar.bz2 zsh-8ca8d2661c2d65bed85a5d7e64bcc2038c4a5218.zip |
Merge pull request #759 from Zhann/master
show gem set next to ruby version
-rw-r--r-- | themes/zhann.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/zhann.zsh-theme b/themes/zhann.zsh-theme index 6c056dfbe..3dff29c9c 100644 --- a/themes/zhann.zsh-theme +++ b/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%}" |