From 96fad14421e50d3f3d988557ee6a33cad66c4d2f Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Tue, 4 Aug 2026 21:33:01 -0400 Subject: [PATCH] Update 1 file: functions.zsh --- default/.config/zsh/functions.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default/.config/zsh/functions.zsh b/default/.config/zsh/functions.zsh index 580fe86..1357ce0 100644 --- a/default/.config/zsh/functions.zsh +++ b/default/.config/zsh/functions.zsh @@ -14,6 +14,9 @@ fix-btopbg(){ install-opencode(){ curl -fsSL https://opencode.ai/install | bash } +install-omp(){ + curl -fsSL https://omp.sh/install | sh +} dotstate-update() { local REPO_URL="https://git.jeremymcclure.com/jeremy/dotstate-storage.git"