# bun completions
[ -s "/Users/cbolanos/.bun/_bun" ] && source "/Users/cbolanos/.bun/_bun"
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
# bun completions
[ -s "/Users/cbolanos/.bun/_bun" ] && source "/Users/cbolanos/.bun/_bun"
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"