From 670d12c2df55ab8afb1815275071d2fa84a36304 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 28 Dec 2014 23:46:04 -0500 Subject: [PATCH] change prezto remote protocol from https to ssh --- other/zsh/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1