summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2014-12-28 23:46:04 -0500
committerAmin Bandali <me@aminb.org>2014-12-28 23:46:04 -0500
commit670d12c2df55ab8afb1815275071d2fa84a36304 (patch)
treee0e71207cee0002829bfd3df1bee3ae2a10b2575
parent4381b744766cd1a27751ad6f5bf7eb35860968d3 (diff)
downloadconfigs-670d12c2df55ab8afb1815275071d2fa84a36304.tar.gz
configs-670d12c2df55ab8afb1815275071d2fa84a36304.tar.xz
configs-670d12c2df55ab8afb1815275071d2fa84a36304.zip
change prezto remote protocol from https to ssh
Diffstat (limited to '')
-rwxr-xr-xother/zsh/setup.sh2
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