From a70c96afe2e40c69990041332c0ea3c7bfce2153 Mon Sep 17 00:00:00 2001 From: Caleb Braaten Date: Mon, 14 Jul 2025 04:05:53 -0700 Subject: [PATCH] Add opencode and bun completions --- zsh/.zshrc | 6 ++++++ 1 file changed, 6 insertions(+) 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