Ruby === Provides RVM integration and nice aliases for Ruby RVM --- If you have RVM installed, this will automatically set it up without any required configuration to your dot files. To install RVM, see http://rvm.io Aliases ------- ### Ruby - `rb` is short for `ruby`. ### Bundler - `rbb` bundle install - `rbbc` bundle clean - `rbbe` bundle exec - `rbbi` bundle install --path vendor/bundle - `rbbl` bundle list - `rbbo` bundle open - `rbbp` bundle package - `rbbu` bundle update