Skip to content

Commit

Permalink
Update the applicable bash profile file (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
zstadler committed Nov 21, 2023
1 parent 2c74407 commit a257678
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ if [[ "$SHELL" == *zsh ]]; then
elif [[ "$SHELL" == *bash ]]; then
if [ -e ~/.bash_profile ]; then
update_profile ~/.bash_profile
elif [ -e ~/.bash_login ]; then
update_profile ~/.bash_login
elif [ -e ~/.profile ]; then
update_profile ~/.profile
else
echo "Could not find bash configuration file to update PATH"
fi
Expand Down

0 comments on commit a257678

Please sign in to comment.