Add opencode and bun completions
This commit is contained in:
parent
e0e69f4d23
commit
a70c96afe2
@ -52,3 +52,9 @@ then
|
|||||||
tmux attach -t TMUX || tmux new -s TMUX
|
tmux attach -t TMUX || tmux new -s TMUX
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# bun completions
|
||||||
|
[ -s "/opt/homebrew/Cellar/bun/1.1.26/share/zsh/site-functions/_bun" ] && source "/opt/homebrew/Cellar/bun/1.1.26/share/zsh/site-functions/_bun"
|
||||||
|
|
||||||
|
# opencode
|
||||||
|
export PATH=/Users/caleb/.opencode/bin:$PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user