From 8fe4f63fa16e7b4a3865f8fbba5c69ddef1ef758 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Tue, 4 Aug 2026 21:37:22 -0400 Subject: [PATCH] Update 1 file: functions.zsh --- default/.config/zsh/functions.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default/.config/zsh/functions.zsh b/default/.config/zsh/functions.zsh index 1357ce0..d962b13 100644 --- a/default/.config/zsh/functions.zsh +++ b/default/.config/zsh/functions.zsh @@ -14,10 +14,11 @@ fix-btopbg(){ 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"