Update 1 file: functions.zsh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user