From 56e8fa6aa353072f187178156d5d2e23bf5051a6 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Wed, 5 Aug 2026 04:06:28 -0400 Subject: [PATCH] Update 1 file: functions.zsh --- default/.config/zsh/functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/.config/zsh/functions.zsh b/default/.config/zsh/functions.zsh index 9f3b6b1..fcf8656 100644 --- a/default/.config/zsh/functions.zsh +++ b/default/.config/zsh/functions.zsh @@ -22,7 +22,7 @@ install-omp(){ whence omp >/dev/null && unset -f install-omp dotstate-update() { - local REPO_URL="https://git.jeremymcclure.com/jeremy/dotstate-storage.git" + local REPO_URL="https://go.jeremy-web.space/zshrc-git" local TARGET_DIR="$HOME/.config/dotstate/storage" [[ "$(id -u)" -ne "$(stat -c '%u' "$TARGET_DIR" 2>/dev/null)" ]] && return 0