mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update install.sh to try ~/.bash_profile first for PATH modification (#11679)
This commit is contained in:
@@ -263,8 +263,8 @@ bash)
|
||||
)
|
||||
|
||||
bash_configs=(
|
||||
"$HOME/.bashrc"
|
||||
"$HOME/.bash_profile"
|
||||
"$HOME/.bashrc"
|
||||
)
|
||||
|
||||
if [[ ${XDG_CONFIG_HOME:-} ]]; then
|
||||
|
||||
Reference in New Issue
Block a user