feat: Bun support
This commit is contained in:
@@ -91,3 +91,9 @@ export PATH=/home/myockey/.opencode/bin:$PATH
|
||||
fpath=(/Users/myockey/.docker/completions $fpath)
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user