diff options
Diffstat (limited to 'other/zsh')
-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 |