mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
RVM plugin: use latest rubies
These variables are hard-coded into the RVM plugin. They are updated to refer to the latest ruby patches available.
This commit is contained in:
parent
1120f97305
commit
52ca826e08
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
alias rubies='rvm list rubies'
|
||||
alias gemsets='rvm gemset list'
|
||||
|
||||
local ruby18='ruby-1.8.7-p334'
|
||||
local ruby19='ruby-1.9.2-p180'
|
||||
local ruby18='ruby-1.8.7-p358'
|
||||
local ruby19='ruby-1.9.3-p125'
|
||||
|
||||
function rb18 {
|
||||
if [ -z "$1" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue