From: Amin Bandali <me@aminb.org>
Date: Mon, 29 Dec 2014 04:46:04 +0000 (-0500)
Subject: change prezto remote protocol from https to ssh
X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/commitdiff_plain/670d12c2df55ab8afb1815275071d2fa84a36304

change prezto remote protocol from https to ssh
---

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