mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +00:00
fix: add missing quotation in sample zsh config
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