From: Amin Bandali Date: Sat, 25 Apr 2015 23:46:41 +0000 (-0400) Subject: fix small issue in zsh setup script X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/1569ae808c4761b0e92bd20c60d8e32503e89472 fix small issue in zsh setup script --- 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