diff options
author | Amin Bandali <me@aminb.org> | 2015-02-24 15:21:15 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-02-24 15:21:15 -0500 |
commit | a401af000791ee044a743553da5028f0beca1d5c (patch) | |
tree | 3d2cab90726fb70d609f9abce065396684c3dcae | |
parent | 4a5f3a80f269430a089b6d3c6a285292aa89ba21 (diff) | |
download | configs-a401af000791ee044a743553da5028f0beca1d5c.tar.gz configs-a401af000791ee044a743553da5028f0beca1d5c.tar.xz configs-a401af000791ee044a743553da5028f0beca1d5c.zip |
clone my prezto fork from github
-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 2e5b966..809d013 100755 --- a/other/zsh/setup.sh +++ b/other/zsh/setup.sh @@ -1,7 +1,7 @@ #! /bin/zsh # clone my prezto fork -git clone --recursive git@aminb.org:prezto $HOME/.zprezto +git clone --recursive git@github.com:aminb/prezto.git $HOME/.zprezto # setup the symlinks setopt EXTENDED_GLOB |