Add opencode and bun completions

This commit is contained in:
Caleb Braaten 2025-07-14 04:05:53 -07:00
parent e0e69f4d23
commit a70c96afe2

View File

@ -52,3 +52,9 @@ then
tmux attach -t TMUX || tmux new -s TMUX
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