What version of Bun is running?
❯ bun --revision 1.2.5+013fdddc6
What platform is your computer?
Darwin 24.3.0 arm64 arm
What steps can reproduce the bug?
I just ran the installer command on a pretty blank macOS install:
❯ curl -fsSL https://bun.sh/install | bash
######################################################################## 100.0%
bun was installed successfully to ~/.bun/bin/bun
Added "~/.bun/bin" to $PATH in "~/.zshrc"
To get started, run:
exec /bin/zsh
bun --help
What is the expected behavior?
❯ curl -fsSL https://bun.sh/install | bash
######################################################################## 100.0%
bun was installed successfully to ~/.bun/bin/bun
Added "~/.bun/bin" to $PATH in "~/.zshrc"
To get started, run:
exec /bin/zsh bun --help
What do you see instead?
Additional information
Not a biggie, but it does make the command not copy-pasteable