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