Skip to content

Commit

Permalink
Merge pull request #16 from redhotvengeance/main
Browse files Browse the repository at this point in the history
Move install directory to end of PATH
  • Loading branch information
haaawk authored Jul 1, 2024
2 parents ecfa940 + 2696a10 commit fac2b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ update_profile() {
if [[ -n "$PROFILE_FILE" ]]; then
if ! grep -q "\.turso" $PROFILE_FILE; then
printf "\n${bright_blue}Updating profile ${reset}$PROFILE_FILE\n"
printf "\n# Turso\nexport PATH=\"$INSTALL_DIRECTORY:\$PATH\"\n" >> $PROFILE_FILE
printf "\n# Turso\nexport PATH=\"\$PATH:$INSTALL_DIRECTORY\"\n" >> $PROFILE_FILE
printf "\nTurso will be available when you open a new terminal.\n"
printf "If you want to make Turso available in this terminal, please run:\n"
printf "\nsource $PROFILE_FILE\n"
Expand Down

0 comments on commit fac2b92

Please sign in to comment.