update env_config.rb

This commit is contained in:
notfromstatefarm 2022-06-19 18:19:28 -04:00
parent 540313f18b
commit bcce038d33
No known key found for this signature in database
GPG Key ID: 9592CBD495EBF97E

View File

@ -170,6 +170,10 @@ module Homebrew
"Automatically set if the system version of `git` is too old.",
boolean: true,
},
HOMEBREW_FORCE_BREWED_SSH: {
description: "If set, always use a Homebrew-installed `ssh`(1) rather than the system version. ",
boolean: true,
},
HOMEBREW_FORCE_VENDOR_RUBY: {
description: "If set, always use Homebrew's vendored, relocatable Ruby version even if the system version " \
"of Ruby is new enough.",
@ -320,6 +324,10 @@ module Homebrew
"`git` repos over `ssh`.",
default_text: "`$HOME/.ssh/config`",
},
HOMEBREW_SSH_PATH: {
description: "Set this value to a new enough `ssh` executable for Homebrew to use.",
default_text: "ssh",
},
HOMEBREW_SKIP_OR_LATER_BOTTLES: {
description: "If set along with `HOMEBREW_DEVELOPER`, do not use bottles from older versions " \
"of macOS. This is useful in development on new macOS versions.",