change prezto remote protocol from https to ssh
authorAmin Bandali <me@aminb.org>
Mon, 29 Dec 2014 04:46:04 +0000 (23:46 -0500)
committerAmin Bandali <me@aminb.org>
Mon, 29 Dec 2014 04:46:04 +0000 (23:46 -0500)
other/zsh/setup.sh

index 760392b..2e5b966 100755 (executable)
@@ -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