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:
parent
dcdd947f57
commit
07182881d3
1 changed files with 1 additions and 1 deletions
2
.zgenrc
2
.zgenrc
|
@ -7,7 +7,7 @@ if [[ ! -f $ZGEN_PARENT_DIR/.zgen/zgen.zsh ]]; then
|
||||||
mkdir -p "$ZGEN_PARENT_DIR"
|
mkdir -p "$ZGEN_PARENT_DIR"
|
||||||
fi
|
fi
|
||||||
pushd $ZGEN_PARENT_DIR
|
pushd $ZGEN_PARENT_DIR
|
||||||
git clone git@github.com:tarjoilija/zgen.git ./.zgen
|
git clone https://github.com/tarjoilija/zgen.git ./.zgen
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
source $ZGEN_PARENT_DIR/.zgen/zgen.zsh
|
source $ZGEN_PARENT_DIR/.zgen/zgen.zsh
|
||||||
|
|
Loading…
Reference in a new issue