1
0
Fork 0

Change URL to https since most corporate environments block git port.

pull/1/merge
Arthur Kalmenson 14 years ago
parent 1e2152fcf3
commit 5f415c465a

@ -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 https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
echo "Looking for an existing zsh config..."
if [ -f ~/.zshrc ] || [ -h ~/.zshrc ]

Loading…
Cancel
Save