We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036bae1 commit e28617aCopy full SHA for e28617a
1 file changed
packages/cli/install.sh
@@ -1043,7 +1043,8 @@ WRAPPER_EOF
1043
echo -e " vp was installed to: ${BOLD}${display_location}${NC}"
1044
echo ""
1045
echo " Manual setup instructions:"
1046
- echo " - Bash/Zsh: add \"$INSTALL_DIR_REF_POSIX/env\" to your shell config (~/.bashrc, ~/.zshrc, etc.)"
+ echo " - Bash/Zsh: add the following to your shell config (~/.bashrc, ~/.zshrc, etc.):"
1047
+ echo " . \"$INSTALL_DIR_REF_POSIX/env\""
1048
echo " - Fish: create ${XDG_CONFIG_HOME:-$HOME/.config}/fish/conf.d/vite-plus.fish with:"
1049
echo " source \"$INSTALL_DIR_REF_POSIX/env.fish\""
1050
echo " - Nushell: create a vendor autoload file with:"
0 commit comments