Fix rvm prompt issue introduced @6496acf58b

This commit is contained in:
Jeff Dutil 2012-02-22 12:06:24 -05:00
commit c4ac5c6b53
11 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
# Grab the current version of ruby in use (via RVM): [ruby-1.8.7]
if which rvm-prompt &> /dev/null; then
if [ -e ~/.rvm/bin/rvm-prompt ]; then
JARIN_CURRENT_RUBY_="%{$fg[white]%}[%{$fg[red]%}\$(~/.rvm/bin/rvm-prompt i v)%{$fg[white]%}]%{$reset_color%}"
else
if which rbenv &> /dev/null; then