From 82adcbc306297e1545896a81977b5b144b03c01c Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Thu, 17 May 2012 01:40:04 -0700 Subject: [PATCH] made 1 more fix --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index bd4c55749..6437c0068 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -10,7 +10,7 @@ if [ -d "$ZSH" ]; then fi echo "\033[0;34mCloning Oh My Zsh...\033[0m" -hash git >/dev/null 2>&1 && env git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git $ZSH || { +hash git >/dev/null 2>&1 && env git clone --depth=1 https://github.com/ahirreddy/oh-my-zsh.git $ZSH || { echo "git not installed" exit }