Update install.sh to try ~/.bash_profile first for PATH modification (#11679)

This commit is contained in:
btcbobby
2025-09-24 14:53:45 -05:00
committed by GitHub
parent 084eeb945e
commit 0bd3f3757f

View File

@@ -263,8 +263,8 @@ bash)
)
bash_configs=(
"$HOME/.bashrc"
"$HOME/.bash_profile"
"$HOME/.bashrc"
)
if [[ ${XDG_CONFIG_HOME:-} ]]; then