Merge pull request #41 from mikeroelens/mikeroelens/fix-shell-install-command

This commit is contained in:
Jarred Sumner
2021-10-29 15:39:36 -07:00
committed by GitHub

View File

@@ -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 ""