Update 1 file: functions.zsh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user