git path, color

This commit is contained in:
Yin Hou 2012-07-15 18:25:20 -04:00
commit 1b1e41e0e3
2 changed files with 2 additions and 2 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/yinhou/oh-my-zsh.git ~/.oh-my-zsh || {
echo "git not installed"
exit
}