Update 1 file: functions.zsh

This commit is contained in:
2026-08-05 04:06:28 -04:00
parent 050c1496c2
commit 56e8fa6aa3
+1 -1
View File
@@ -22,7 +22,7 @@ install-omp(){
whence omp >/dev/null && unset -f install-omp whence omp >/dev/null && unset -f install-omp
dotstate-update() { 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" local TARGET_DIR="$HOME/.config/dotstate/storage"
[[ "$(id -u)" -ne "$(stat -c '%u' "$TARGET_DIR" 2>/dev/null)" ]] && return 0 [[ "$(id -u)" -ne "$(stat -c '%u' "$TARGET_DIR" 2>/dev/null)" ]] && return 0