From 050c1496c25bd38c3546791085bf7e8922457490 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Tue, 4 Aug 2026 21:38:10 -0400 Subject: [PATCH] Update 1 file: functions.zsh --- default/.config/zsh/functions.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default/.config/zsh/functions.zsh b/default/.config/zsh/functions.zsh index d962b13..9f3b6b1 100644 --- a/default/.config/zsh/functions.zsh +++ b/default/.config/zsh/functions.zsh @@ -15,10 +15,12 @@ install-opencode(){ curl -fsSL https://opencode.ai/install | bash } whence opencode >/dev/null >/dev/null && unset -f install-opencode + install-omp(){ curl -fsSL https://omp.sh/install | sh } whence omp >/dev/null && unset -f install-omp + dotstate-update() { local REPO_URL="https://git.jeremymcclure.com/jeremy/dotstate-storage.git" local TARGET_DIR="$HOME/.config/dotstate/storage"