mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(rvm): add rb32 alias (#11533)
This commit is contained in:
parent
b602e0a066
commit
a4a9a8cd8c
2 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ plugins=(... rvm)
|
|||
| `rb27` | `rvm use ruby-2.7` |
|
||||
| `rb30` | `rvm use ruby-3.0` |
|
||||
| `rb31` | `rvm use ruby-3.1` |
|
||||
| `rb32` | `rvm use ruby-3.2` |
|
||||
| `rvm-update` | `rvm get head` |
|
||||
| `gems` | `gem list` |
|
||||
| `rvms` | `rvm gemset` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue