Updated installer to use my github

This commit is contained in:
Sean Jones 2013-01-29 12:02:25 +00:00
commit 555b094403

View file

@ -13,7 +13,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/NeuralSandwichl/oh-my-zsh.git ~/.oh-my-zsh || {
echo "git not installed"
exit
}