fix: add missing quotation in sample zsh config

This commit is contained in:
Mike Roelens
2021-10-29 15:14:02 -04:00
parent 61d436c29d
commit 237e672e70

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