diff options
| author | joshua stein | 2018-02-12 11:06:55 -0600 | 
|---|---|---|
| committer | joshua stein | 2018-02-12 14:19:25 -0600 | 
| commit | 7388acb86e0b9811e6badd610255954b3b3a6453 (patch) | |
| tree | cbdbcc011e7b87ed25d7cc03a81d058e4965a390 /docs/Manpage.md | |
| parent | e904983275eb17cde115f8f586a8e6502a9126d4 (diff) | |
| download | brew-7388acb86e0b9811e6badd610255954b3b3a6453.tar.bz2 | |
Tty: if HOMEBREW_NO_COLOR env var is present, disable color
bin/brew will recognize NO_COLOR variable and copy it to
HOMEBREW_NO_COLOR
Diffstat (limited to 'docs/Manpage.md')
| -rw-r--r-- | docs/Manpage.md | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/docs/Manpage.md b/docs/Manpage.md index 920518376..e4f189490 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1037,6 +1037,9 @@ can take several different forms:      If set, Homebrew will not auto-update before running `brew install`,      `brew upgrade` or `brew tap`. +  * `HOMEBREW_NO_COLOR`: +    If set, Homebrew will not print text with color added. +    * `HOMEBREW_NO_EMOJI`:      If set, Homebrew will not print the `HOMEBREW_INSTALL_BADGE` on a      successful build. | 
