diff --git a/README.textile b/README.textile index 0a4545bac..e441d51b4 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 -O https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ 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/robbyrussel/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ h3. The manual way diff --git a/tools/install.sh b/tools/install.sh index 41f83e354..40690a497 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -34,5 +34,5 @@ echo "\033[0;32m"'\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/ '"\033[0m echo "\033[0;32m"' /____/ '"\033[0m" echo "\n\n \033[0;32m....is now installed.\033[0m" +echo "source .zshrc" | zsh /usr/bin/env zsh -source ~/.zshrc