update env_config.rb
This commit is contained in:
parent
540313f18b
commit
bcce038d33
@ -170,6 +170,10 @@ module Homebrew
|
|||||||
"Automatically set if the system version of `git` is too old.",
|
"Automatically set if the system version of `git` is too old.",
|
||||||
boolean: true,
|
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: {
|
HOMEBREW_FORCE_VENDOR_RUBY: {
|
||||||
description: "If set, always use Homebrew's vendored, relocatable Ruby version even if the system version " \
|
description: "If set, always use Homebrew's vendored, relocatable Ruby version even if the system version " \
|
||||||
"of Ruby is new enough.",
|
"of Ruby is new enough.",
|
||||||
@ -320,6 +324,10 @@ module Homebrew
|
|||||||
"`git` repos over `ssh`.",
|
"`git` repos over `ssh`.",
|
||||||
default_text: "`$HOME/.ssh/config`",
|
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: {
|
HOMEBREW_SKIP_OR_LATER_BOTTLES: {
|
||||||
description: "If set along with `HOMEBREW_DEVELOPER`, do not use bottles from older versions " \
|
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.",
|
"of macOS. This is useful in development on new macOS versions.",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user