1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-08 00:10:41 +01:00

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
parent 8d02dabbb6
commit 3a3a44c7b5
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` |