Skip to content

Configure fish shell for bun

add this to end of the file

/Users/<username>/.config/fish/config.fish
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH