mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Update rvm.plugin.zsh
Ruby 2.1.1 -> Ruby 2.1.2.
This commit is contained in:
parent
207b6a1e33
commit
e5ac5009a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue