fix path to github repository and installation instructions

This commit is contained in:
webflo 2010-09-28 13:58:58 +02:00
commit f2f09f0ae6
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ then
fi
echo "Cloning Oh My Zsh..."
/usr/bin/env git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
/usr/bin/env git clone git://github.com/sjl/oh-my-zsh.git ~/.oh-my-zsh
echo "Looking for an existing zsh config..."
if [ -f ~/.zshrc ] || [ -h ~/.zshrc ]