Clone OMZ to ~/.oh-my-zsh

This commit is contained in:
Eryn Wells 2013-01-31 14:06:15 -08:00
parent d94219d521
commit 786774499e

View file

@ -28,7 +28,7 @@ vimbundles=( \
if [[ ! -d ~/.oh-my-zsh ]]; then if [[ ! -d ~/.oh-my-zsh ]]; then
print -P "%BCloning Oh my ZSH!" print -P "%BCloning Oh my ZSH!"
git clone $omzrepo git clone $omzrepo $HOME/.oh-my-zsh
fi fi
print -P "%BSymlinking config files%b" print -P "%BSymlinking config files%b"