update url in zshrc-stub

This commit is contained in:
Nicole O'Connor 2022-10-09 14:32:21 -07:00
parent 765d3a6ee6
commit 3ddf308a08
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ _zeesh_fresh_install=0
if [[ ! -d ~/.local/share/zeesh ]]; then
if type git &> /dev/null; then
printf "zeesh: installing"
git clone git://vcs.lavacano.net/zeesh.git ~/.local/share/zeesh &> ~/zeesh-install.log
git clone https://vcs.otl-hga.net/nicole/zeesh.git ~/.local/share/zeesh &> ~/zeesh-install.log
_zeesh_fresh_install=1
else
printf "zeesh: cannot install without git\n"