mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-13 16:47:21 +02:00
Update rvm.plugin.zsh
Ruby 2.1.1 -> Ruby 2.1.2.
This commit is contained in:
@ -6,7 +6,7 @@ alias gemsets='rvm gemset list'
|
||||
local ruby18='ruby-1.8.7'
|
||||
local ruby19='ruby-1.9.3'
|
||||
local ruby20='ruby-2.0.0'
|
||||
local ruby21='ruby-2.1.1'
|
||||
local ruby21='ruby-2.1.2'
|
||||
|
||||
function rb18 {
|
||||
if [ -z "$1" ]; then
|
||||
|
Reference in New Issue
Block a user