Update default repo

This commit is contained in:
Adil Hafeez 2016-04-02 00:40:25 +00:00
commit f6999347d9

View file

@ -53,7 +53,7 @@ main() {
echo "Error: git is not installed"
exit 1
}
env git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git $ZSH || {
env git clone --depth=1 https://github.com/adilhafeez/oh-my-zsh.git $ZSH || {
printf "Error: git clone of oh-my-zsh repo failed\n"
exit 1
}