Update 1 file: functions.zsh

This commit is contained in:
2026-08-04 21:37:22 -04:00
parent 96fad14421
commit 8fe4f63fa1
+2 -1
View File
@@ -14,10 +14,11 @@ fix-btopbg(){
install-opencode(){ install-opencode(){
curl -fsSL https://opencode.ai/install | bash curl -fsSL https://opencode.ai/install | bash
} }
whence opencode >/dev/null >/dev/null && unset -f install-opencode
install-omp(){ install-omp(){
curl -fsSL https://omp.sh/install | sh curl -fsSL https://omp.sh/install | sh
} }
whence omp >/dev/null && unset -f install-omp
dotstate-update() { dotstate-update() {
local REPO_URL="https://git.jeremymcclure.com/jeremy/dotstate-storage.git" local REPO_URL="https://git.jeremymcclure.com/jeremy/dotstate-storage.git"
local TARGET_DIR="$HOME/.config/dotstate/storage" local TARGET_DIR="$HOME/.config/dotstate/storage"