-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueSomething that would be good for new contributorsSomething that would be good for new contributors
Description
What version of Bun is running?
1.0.16+800fb1290
What platform is your computer?
Darwin 23.1.0 arm64 arm
What steps can reproduce the bug?
bun --upgrade
, then cat ~/.zshrc
.
What is the expected behavior?
My config should be unchanged. bun should've modified it when it was first installed, and now that it's upgrading, it should assume that I have preserved it.
If it wants to be sure that I have not made a mistake, it can gate its modifications behind [[ -n "$BUN_INSTALL" ]]
and [[ -x $(which bun) ]]
.
What do you see instead?
My config is edited unconditionally.
Additional information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueSomething that would be good for new contributorsSomething that would be good for new contributors