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
|
|
@ -27,6 +27,7 @@ rubies=(
|
|||
27 'ruby-2.7'
|
||||
30 'ruby-3.0'
|
||||
31 'ruby-3.1'
|
||||
32 'ruby-3.2'
|
||||
)
|
||||
|
||||
for v in ${(k)rubies}; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue