Updated to point to my git repo (chaoselixir)

This commit is contained in:
Chris Ng 2013-12-01 16:43:55 -08:00
commit 3ae132cbd9
2 changed files with 4 additions and 4 deletions

View file

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