mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Add a few environment variables important for editors
This commit is contained in:
parent
5ec560a4ba
commit
5bd9fe7303
2
bin/brew
2
bin/brew
@ -204,7 +204,7 @@ PATH="/usr/bin:/bin:/usr/sbin:/sbin"
|
|||||||
|
|
||||||
FILTERED_ENV=()
|
FILTERED_ENV=()
|
||||||
ENV_VAR_NAMES=(
|
ENV_VAR_NAMES=(
|
||||||
HOME SHELL PATH TERM TERMINFO TERMINFO_DIRS COLUMNS DISPLAY LOGNAME USER CI SSH_AUTH_SOCK SUDO_ASKPASS
|
HOME SHELL PATH TERM TERMINFO TERMINFO_DIRS COLORTERM COLORFGBG COMMAND_MODE COLUMNS DISPLAY LOGNAME USER CI SSH_AUTH_SOCK SUDO_ASKPASS
|
||||||
http_proxy https_proxy ftp_proxy no_proxy all_proxy HTTPS_PROXY FTP_PROXY ALL_PROXY
|
http_proxy https_proxy ftp_proxy no_proxy all_proxy HTTPS_PROXY FTP_PROXY ALL_PROXY
|
||||||
)
|
)
|
||||||
# Filter all but the specific variables.
|
# Filter all but the specific variables.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user