Skip to content

Commit

Permalink
No longer run irbrc on select.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Dec 14, 2009
1 parent 00f8e03 commit a276e1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/selector
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ __rvm_use() {
$rvm_scripts_path/log "info" "Now using $(echo $rvm_ruby_string | tr '-' ' ')" $rvm_scripts_path/log "info" "Now using $(echo $rvm_ruby_string | tr '-' ' ')"
fi fi


__rvm_irbrc

new_path=$(echo $PATH | tr ':' '\n' | awk '$0 !~ /rvm/' | paste -sd : -) new_path=$(echo $PATH | tr ':' '\n' | awk '$0 !~ /rvm/' | paste -sd : -)
new_path=$MY_RUBY_HOME/bin:$GEM_HOME/bin:$rvm_path/bin:$rvm_bin_path:$new_path new_path=$MY_RUBY_HOME/bin:$GEM_HOME/bin:$rvm_path/bin:$rvm_bin_path:$new_path


Expand Down

0 comments on commit a276e1c

Please sign in to comment.