diff options
author | Amin Bandali <me@aminb.org> | 2014-12-28 23:46:04 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-12-28 23:46:04 -0500 |
commit | 670d12c2df55ab8afb1815275071d2fa84a36304 (patch) | |
tree | e0e71207cee0002829bfd3df1bee3ae2a10b2575 | |
parent | 4381b744766cd1a27751ad6f5bf7eb35860968d3 (diff) | |
download | configs-670d12c2df55ab8afb1815275071d2fa84a36304.tar.gz configs-670d12c2df55ab8afb1815275071d2fa84a36304.tar.xz configs-670d12c2df55ab8afb1815275071d2fa84a36304.zip |
change prezto remote protocol from https to ssh
-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 760392b..2e5b966 100755 --- a/other/zsh/setup.sh +++ b/other/zsh/setup.sh @@ -1,7 +1,7 @@ #! /bin/zsh # clone my prezto fork -git clone --recursive https://git.aminb.org/prezto $HOME/.zprezto +git clone --recursive git@aminb.org:prezto $HOME/.zprezto # setup the symlinks setopt EXTENDED_GLOB |