Marc Cornellà 610b2529d2 Clean up plugin READMEs and a few plugins 4 years ago
..
README.md 610b2529d2 Clean up plugin READMEs and a few plugins 4 years ago
rvm.plugin.zsh d20c111d78 rvm plugin: Fix `gems` to work with GNU sed 8 years ago

README.md

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:

plugins=(... rvm)

Aliases

Alias Command
rb18 rvm use ruby-1.8.7
rb19 rvm use ruby-1.9.3
rb20 rvm use ruby-2.0.0
rb21 rvm use ruby-2.1.2
rvm-update rvm get head
gems gem list