From 0174feef0d57ac4110d2603ce2a25a5de4739414 Mon Sep 17 00:00:00 2001 From: Abhas Mittal Date: Thu, 31 Jul 2014 18:24:01 +0530 Subject: [PATCH 1/3] Update README.textile Added instructions for installing zsh (due to the problems with first time zsh users) --- README.textile | 1 + 1 file changed, 1 insertion(+) diff --git a/README.textile b/README.textile index 28bab6b2c..143e87cab 100644 --- a/README.textile +++ b/README.textile @@ -7,6 +7,7 @@ bq. "OH MY ZSHELL!" h2. Setup @oh-my-zsh@ should work with any recent release of "zsh":http://www.zsh.org/, the minimum recommended version is 4.3.9. +You can install zsh using the command: @sudo apt-get install zsh@. h3. The automatic installer... (do you trust me?) From fbdacbfb1ae586af1008fe561bc3962d78a5973f Mon Sep 17 00:00:00 2001 From: Abhas Mittal Date: Thu, 31 Jul 2014 18:32:57 +0530 Subject: [PATCH 2/3] Update README.textile --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 143e87cab..5900c95d8 100644 --- a/README.textile +++ b/README.textile @@ -7,7 +7,7 @@ bq. "OH MY ZSHELL!" h2. Setup @oh-my-zsh@ should work with any recent release of "zsh":http://www.zsh.org/, the minimum recommended version is 4.3.9. -You can install zsh using the command: @sudo apt-get install zsh@. +If not already, install zsh using the command line first. h3. The automatic installer... (do you trust me?) From e5ac5009a4c5efbc1b9916d74d082ffc32761a4c Mon Sep 17 00:00:00 2001 From: Adam Poskitt Date: Thu, 31 Jul 2014 21:30:15 +0100 Subject: [PATCH 3/3] Update rvm.plugin.zsh Ruby 2.1.1 -> Ruby 2.1.2. --- plugins/rvm/rvm.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rvm/rvm.plugin.zsh b/plugins/rvm/rvm.plugin.zsh index ad23e18d7..234ac1642 100644 --- a/plugins/rvm/rvm.plugin.zsh +++ b/plugins/rvm/rvm.plugin.zsh @@ -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