Provides ruby
and bundler
aliases and initializes rbenv
and/or rvm
if already installed.
If available, this module configures Ruby to use Homebrew's openssl@1.1
dir.
rb
is short forruby
.
rbb
bundle installrbbc
bundle cleanrbbe
bundle execrbbi
bundle install --path vendor/bundlerbbl
bundle listrbbo
bundle openrbbp
bundle packagerbbu
bundle update
If you have rbenv installed with homebrew or ~/.rbenv/bin
is in your $PATH, this module will evaluate rbenv's init without additional configuration to your dotfiles. To install rbenv, see https://github.com/rbenv/rbenv.
rbe
rbenvrbei
rbenv install
If RVM is already installed, this module will unset zsh's AUTO_NAME_DIRS and source ~/.rvm/scripts/rvm
without additional configuration to your dotfiles. To install RVM see https://rvm.io/rvm/install and https://rvm.io/integration/zsh.
rvmi
rvm install