From 1569ae808c4761b0e92bd20c60d8e32503e89472 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 25 Apr 2015 19:46:41 -0400 Subject: [PATCH] fix small issue in zsh setup script --- other/zsh/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/zsh/setup.sh b/other/zsh/setup.sh index 4579d7c..2586ed9 100755 --- a/other/zsh/setup.sh +++ b/other/zsh/setup.sh @@ -2,7 +2,7 @@ # clone my prezto fork git clone --recursive https://github.com/aminb/prezto.git $HOME/.zprezto -cd .zprezto +cd $HOME/.zprezto git remote set-url origin git@github.com:aminb/prezto.git # setup the symlinks -- 2.20.1