From 786774499e62037ddaaefbf64d9a6ed906b49a0b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 31 Jan 2013 14:06:15 -0800 Subject: [PATCH] Clone OMZ to ~/.oh-my-zsh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index f4cf0ba..55760a5 100755 --- a/setup.sh +++ b/setup.sh @@ -28,7 +28,7 @@ vimbundles=( \ if [[ ! -d ~/.oh-my-zsh ]]; then print -P "%BCloning Oh my ZSH!" - git clone $omzrepo + git clone $omzrepo $HOME/.oh-my-zsh fi print -P "%BSymlinking config files%b"