We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecfa940 + 2696a10 commit fac2b92Copy full SHA for fac2b92
install.sh
@@ -110,7 +110,7 @@ update_profile() {
110
if [[ -n "$PROFILE_FILE" ]]; then
111
if ! grep -q "\.turso" $PROFILE_FILE; then
112
printf "\n${bright_blue}Updating profile ${reset}$PROFILE_FILE\n"
113
- printf "\n# Turso\nexport PATH=\"$INSTALL_DIRECTORY:\$PATH\"\n" >> $PROFILE_FILE
+ printf "\n# Turso\nexport PATH=\"\$PATH:$INSTALL_DIRECTORY\"\n" >> $PROFILE_FILE
114
printf "\nTurso will be available when you open a new terminal.\n"
115
printf "If you want to make Turso available in this terminal, please run:\n"
116
printf "\nsource $PROFILE_FILE\n"
0 commit comments