Update 1 file: functions.zsh

This commit is contained in:
2026-08-04 21:38:10 -04:00
parent 8fe4f63fa1
commit 050c1496c2
+2
View File
@@ -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"