feat(rvm): add alias rvms (#10219)

* feat(rvm): add alias `rvms`

* docs(rvm): new alias `rvms`
This commit is contained in:
Celestino Gomes 2021-12-17 21:14:14 -03:00 committed by GitHub
commit 3a3a44c7b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -18,3 +18,4 @@ plugins=(... rvm)
| `rb21` | `rvm use ruby-2.1.2` |
| `rvm-update` | `rvm get head` |
| `gems` | `gem list` |
| `rvms` | `rvm gemset` |