From 3ddf308a081bff06f67230b24ec9a05b7167bbed Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Sun, 9 Oct 2022 14:32:21 -0700 Subject: [PATCH] update url in zshrc-stub --- zshrc-stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc-stub b/zshrc-stub index 465d111..2b68833 100644 --- a/zshrc-stub +++ b/zshrc-stub @@ -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"