Back to Ohmyzsh

Ruby Version Manager plugin

plugins/rvm/README.md

latest1.1 KB
Original Source

Ruby Version Manager plugin

This plugin adds some utility functions and completions for Ruby Version Manager.

To use it, add rvm to the plugins array in your zshrc file:

zsh
plugins=(... rvm)

Aliases

AliasCommand
rb18rvm use ruby-1.8.7
rb19rvm use ruby-1.9.3
rb20rvm use ruby-2.0.0
rb21rvm use ruby-2.1
rb22rvm use ruby-2.2
rb23rvm use ruby-2.3
rb24rvm use ruby-2.4
rb25rvm use ruby-2.5
rb26rvm use ruby-2.6
rb27rvm use ruby-2.7
rb30rvm use ruby-3.0
rb31rvm use ruby-3.1
rb32rvm use ruby-3.2
rvm-updatervm get head
gemsgem list
rvmsrvm gemset

Deprecated versions

At the time of writing this (2021-12-28), Ruby versions until 2.5 are EOL, and will be removed in the future.