Skip to content

Commit

Permalink
feat: use bash_profile instead of bashrc
Browse files Browse the repository at this point in the history
Changing because of CI issues with GH Actions
  • Loading branch information
grudra7714 authored Sep 27, 2024
1 parent 5c35295 commit c6c82c5
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 @@ -69,7 +69,7 @@ update_path() {

case "$current_shell" in
bash)
config_file="$HOME/.bashrc"
config_file="$HOME/.bash_profile"
;;
zsh)
config_file="$HOME/.zshrc"
Expand Down

0 comments on commit c6c82c5

Please sign in to comment.