From 0bd3f3757f60242bd05cdef558c7ad676c8a761e Mon Sep 17 00:00:00 2001 From: btcbobby <58836248+btcbobby@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:53:45 -0500 Subject: [PATCH] Update install.sh to try ~/.bash_profile first for PATH modification (#11679) --- src/cli/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/install.sh b/src/cli/install.sh index 1decc1362b..4d3099a06a 100644 --- a/src/cli/install.sh +++ b/src/cli/install.sh @@ -263,8 +263,8 @@ bash) ) bash_configs=( - "$HOME/.bashrc" "$HOME/.bash_profile" + "$HOME/.bashrc" ) if [[ ${XDG_CONFIG_HOME:-} ]]; then