postmodern / chruby

Changes the current Ruby
MIT License
2.86k stars 190 forks source link

Allow chruby-exec to set custom RUBIES #316

Closed skull-squadron closed 1 year ago

skull-squadron commented 9 years ago

chruby-exec always sources chruby.sh, which nukes RUBIES with RUBIES=()

This PR add an ability to set RUBIES as another pre-argument for chruby-exec

(Tested, works.)

skull-squadron commented 9 years ago

Squashed intermediate commits.