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"