From b7d0f8ce22f84e0a3488a20e1bc6c530bb49b1f8 Mon Sep 17 00:00:00 2001 From: rallias Date: Fri, 22 Feb 2013 15:33:15 -0600 Subject: [PATCH] Editing so that user uses zsh rather than sh The install script is built for zsh, whereas /bin/sh is not guaranteed to be linked to /bin/zsh. This script makes this slightly happier. --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index 0a4545bac..078ea1227 100644 --- a/README.textile +++ b/README.textile @@ -13,11 +13,11 @@ You can install this via the command line with either `curl` or `wget`. h4. via `curl` -@curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh@ +@curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | zsh@ h4. via `wget` -@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@ +@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh@ h3. The manual way