Update .zgenrc to git clone via https

SSH cloning fails on some machines, leading the whole install process to fail.
This commit is contained in:
Marty Oehme 2019-02-16 18:54:52 +00:00
parent dcdd947f57
commit 07182881d3

View file

@ -7,7 +7,7 @@ if [[ ! -f $ZGEN_PARENT_DIR/.zgen/zgen.zsh ]]; then
mkdir -p "$ZGEN_PARENT_DIR"
fi
pushd $ZGEN_PARENT_DIR
git clone git@github.com:tarjoilija/zgen.git ./.zgen
git clone https://github.com/tarjoilija/zgen.git ./.zgen
popd
fi
source $ZGEN_PARENT_DIR/.zgen/zgen.zsh