Homebrew / install

📥 Homebrew (un)installer
https://brew.sh
BSD 2-Clause "Simplified" License
2.19k stars 1.02k forks source link

install.sh: prefer placing `shellenv` command in rcfile rather than shell profile on Linux #809

Closed XuehaiPan closed 1 year ago

XuehaiPan commented 1 year ago

Prompt user to add shellenv command in their rcfile rather than the shell profile. The profile is only sourced by the login shell, while the rcfile is always sourced in an interactive session.

Resolves #808.

MikeMcQuaid commented 1 year ago

Thanks again @XuehaiPan!