feat: Bun support

This commit is contained in:
Michael Yockey
2025-09-22 10:32:23 -04:00
parent c254fdb6de
commit afc474c35b

View File

@@ -91,3 +91,9 @@ export PATH=/home/myockey/.opencode/bin:$PATH
fpath=(/Users/myockey/.docker/completions $fpath) fpath=(/Users/myockey/.docker/completions $fpath)
# End of Docker CLI completions # End of Docker CLI completions
# bun completions
[ -s "/Users/myockey/.bun/_bun" ] && source "/Users/myockey/.bun/_bun"
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"