From cd906cad9c4862900220d5d935210003ebec6f3a Mon Sep 17 00:00:00 2001 From: JT Zemp Date: Sat, 11 Sep 2010 00:38:08 -0600 Subject: [PATCH] RESOLVED: After updating rvm, the system ruby wasn't showing up in the prompt. --- themes/jtzemp.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/jtzemp.zsh-theme b/themes/jtzemp.zsh-theme index eacc11ea6..21542a89c 100644 --- a/themes/jtzemp.zsh-theme +++ b/themes/jtzemp.zsh-theme @@ -4,7 +4,7 @@ JTZEMP_CURRENT_TIME_="%{$fg[blue]%}[%{$fg[red]%}%T%{$fg[blue]%}]%{$reset_color%}" # Grab the current version of ruby in use (via RVM): [ruby-1.8.7] -JTZEMP_CURRENT_RUBY_="%{$fg[blue]%}[%{$fg[red]%}\$(~/.rvm/bin/rvm-prompt i v)%{$fg[blue]%}]%{$reset_color%}" +JTZEMP_CURRENT_RUBY_="%{$fg[blue]%}[%{$fg[red]%}\$(~/.rvm/bin/rvm-prompt s i v)%{$fg[blue]%}]%{$reset_color%}" # Grab the current machine name: muscato JTZEMP_CURRENT_MACH_="%{$fg[green]%}%m%{$fg[white]%}:%{$reset_color%}"