diff --git a/zsh/.zshrc b/zsh/.zshrc index fd44919..5dcb88d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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