diff options
author | Amin Bandali <me@aminb.org> | 2015-04-25 19:46:41 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-04-25 19:46:41 -0400 |
commit | 1569ae808c4761b0e92bd20c60d8e32503e89472 (patch) | |
tree | ee284296940f50a82f5ef7bb4432d81372674818 | |
parent | 7b8980040276a0c9d7e0e9264d2b002ad663d2a5 (diff) | |
download | configs-1569ae808c4761b0e92bd20c60d8e32503e89472.tar.gz configs-1569ae808c4761b0e92bd20c60d8e32503e89472.tar.xz configs-1569ae808c4761b0e92bd20c60d8e32503e89472.zip |
fix small issue in zsh setup script
-rwxr-xr-x | other/zsh/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |