From 66a15ab4ebb6cf7c98c11aeb74ec83f08610820f Mon Sep 17 00:00:00 2001 From: Spencer Comerford Date: Wed, 16 Apr 2014 20:56:44 -0600 Subject: [PATCH] Changing to my repo --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 314affe6c..ec0ef2e1b 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -10,7 +10,7 @@ then fi echo "\033[0;34mCloning Oh My Zsh...\033[0m" -hash git >/dev/null && /usr/bin/env git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh || { +hash git >/dev/null && /usr/bin/env git clone https://github.com/spencevail/oh-my-zsh.git ~/.oh-my-zsh || { echo "git not installed" exit }