Skip to content

Commit fac2b92

Browse files
authored
Merge pull request #16 from redhotvengeance/main
Move install directory to end of PATH
2 parents ecfa940 + 2696a10 commit fac2b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ update_profile() {
110110
if [[ -n "$PROFILE_FILE" ]]; then
111111
if ! grep -q "\.turso" $PROFILE_FILE; then
112112
printf "\n${bright_blue}Updating profile ${reset}$PROFILE_FILE\n"
113-
printf "\n# Turso\nexport PATH=\"$INSTALL_DIRECTORY:\$PATH\"\n" >> $PROFILE_FILE
113+
printf "\n# Turso\nexport PATH=\"\$PATH:$INSTALL_DIRECTORY\"\n" >> $PROFILE_FILE
114114
printf "\nTurso will be available when you open a new terminal.\n"
115115
printf "If you want to make Turso available in this terminal, please run:\n"
116116
printf "\nsource $PROFILE_FILE\n"

0 commit comments

Comments
 (0)