You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- only document HOMEBREW_* variables in the manpage (although still
read from all the original environment variables).
- resort manpage environment variables in alphabetical order
- check the original path for trailing slashes
When using the \fBS3\fR download strategy, Homebrew will look in these variables for access credentials (see \fIhttps://docs\.aws\.amazon\.com/cli/latest/userguide/cli\-chap\-getting\-started\.html#cli\-environment\fR to retrieve these access credentials from AWS)\. If they are not set, the \fBS3\fR download strategy will download with a public (unsigned) URL\.
946
-
.
947
-
.TP
948
-
\fBBROWSER\fR
949
-
If set, and \fBHOMEBREW_BROWSER\fR is not, use \fBBROWSER\fR as the web browser when opening project homepages\.
950
-
.
951
-
.TP
952
-
\fBEDITOR\fR
953
-
If set, and \fBHOMEBREW_EDITOR\fR and \fBVISUAL\fR are not, use \fBEDITOR\fR as the text editor\.
954
-
.
955
-
.TP
956
-
\fBGIT\fR
957
-
When using Git, Homebrew will use \fBGIT\fR if set, a Homebrew\-built Git if installed, or the system\-provided binary\.
958
-
.
959
-
.IP
960
-
Set this to force Homebrew to use a particular git binary\.
961
-
.
962
-
.TP
963
-
\fBHOMEBREW_BOTTLE_DOMAIN\fR
964
-
If set, instructs Homebrew to use the given URL as a download mirror for bottles\.
965
-
.
966
-
.TP
967
944
\fBHOMEBREW_ARTIFACT_DOMAIN\fR
968
945
If set, instructs Homebrew to use the given URL as a download mirror for bottles and binaries\.
969
946
.
@@ -975,6 +952,14 @@ If set, Homebrew will only check for autoupdates once per this seconds interval\
When using the \fBS3\fR download strategy, Homebrew will look in these variables for access credentials (see \fIhttps://docs\.aws\.amazon\.com/cli/latest/userguide/cli\-chap\-getting\-started\.html#cli\-environment\fR to retrieve these access credentials from AWS)\. If they are not set, the \fBS3\fR download strategy will download with a public (unsigned) URL\.
957
+
.
958
+
.TP
959
+
\fBHOMEBREW_BOTTLE_DOMAIN\fR
960
+
If set, instructs Homebrew to use the given URL as a download mirror for bottles\.
961
+
.
962
+
.TP
978
963
\fBHOMEBREW_BROWSER\fR
979
964
If set, uses this setting as the browser when opening project homepages, instead of the OS default browser\.
980
965
.
@@ -1021,6 +1006,13 @@ If set, Homebrew will use this editor when editing a single formula, or several
1021
1006
If set, Homebrew will always use its vendored, relocatable Ruby 2\.0 version even if the system version of Ruby is >=2\.0\.
1022
1007
.
1023
1008
.TP
1009
+
\fBHOMEBREW_GIT\fR
1010
+
When using Git, Homebrew will use \fBGIT\fR if set, a Homebrew\-built Git if installed, or the system\-provided binary\.
1011
+
.
1012
+
.IP
1013
+
Set this to force Homebrew to use a particular git binary\.
1014
+
.
1015
+
.TP
1024
1016
\fBHOMEBREW_GITHUB_API_TOKEN\fR
1025
1017
A personal access token for the GitHub API, which you can create at \fIhttps://github\.com/settings/tokens\fR\. If set, GitHub will allow you a greater number of API requests\. See \fIhttps://developer\.github\.com/v3/#rate\-limiting\fR for more information\. Homebrew uses the GitHub API for features such as \fBbrewsearch\fR\.
1026
1018
.
@@ -1086,10 +1078,6 @@ This issue typically occurs when using FileVault or custom SSD configurations\.
1086
1078
\fBHOMEBREW_VERBOSE\fR
1087
1079
If set, Homebrew always assumes \fB\-\-verbose\fR when running commands\.
1088
1080
.
1089
-
.TP
1090
-
\fBVISUAL\fR
1091
-
If set, and \fBHOMEBREW_EDITOR\fR is not, use \fBVISUAL\fR as the text editor\.
1092
-
.
1093
1081
.SH "USING HOMEBREW BEHIND A PROXY"
1094
1082
Homebrew uses several commands for downloading files (e\.g\.\fBcurl\fR, \fBgit\fR, \fBsvn\fR)\. Many of these tools can download via a proxy\. It\'s common for these tools to read proxy parameters from environment variables\.
0 commit comments