1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 23:40:39 +01:00

feat(rvm): add rb32 alias (#11533)

This commit is contained in:
Julian Suarez
2023-03-01 07:23:32 -03:00
committed by GitHub
parent b602e0a066
commit a4a9a8cd8c
2 changed files with 2 additions and 0 deletions

View File

@@ -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