mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
Merge pull request #41 from mikeroelens/mikeroelens/fix-shell-install-command
This commit is contained in:
@@ -99,7 +99,7 @@ elif test $(basename $SHELL) == "zsh"; then
|
||||
echo ""
|
||||
echo "Manually add the directory to your \$HOME/.zshrc (or similar)"
|
||||
echo ""
|
||||
echo -e " $BWhite export BUN_INSTALL=\"$bun_install$Color_Off"
|
||||
echo -e " $BWhite export BUN_INSTALL=\"$bun_install\"$Color_Off"
|
||||
echo -e " $BWhite export PATH=\"\$BUN_INSTALL/bin:\$PATH\"$Color_Off"
|
||||
else
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user