cmd/shellenv.sh: fix typo
Co-authored-by: Greg Myers <myersg86@gmail.com>
This commit is contained in:
parent
2d60fc726e
commit
b950ac3f6e
@ -3,7 +3,7 @@
|
|||||||
#: Print export statements. When run in a shell, this installation of Homebrew will be added to your `PATH`, `MANPATH`, and `INFOPATH`.
|
#: Print export statements. When run in a shell, this installation of Homebrew will be added to your `PATH`, `MANPATH`, and `INFOPATH`.
|
||||||
#:
|
#:
|
||||||
#: The variables `HOMEBREW_PREFIX`, `HOMEBREW_CELLAR` and `HOMEBREW_REPOSITORY` are also exported to avoid querying them multiple times.
|
#: The variables `HOMEBREW_PREFIX`, `HOMEBREW_CELLAR` and `HOMEBREW_REPOSITORY` are also exported to avoid querying them multiple times.
|
||||||
#: To help guarantee idempotence, this command produces no output when Homebrew's `bin` and `sbin` directores are first and second
|
#: To help guarantee idempotence, this command produces no output when Homebrew's `bin` and `sbin` directories are first and second
|
||||||
#: respectively in your `PATH`. Consider adding evaluation of this command's output to your dotfiles (e.g. `~/.profile`,
|
#: respectively in your `PATH`. Consider adding evaluation of this command's output to your dotfiles (e.g. `~/.profile`,
|
||||||
#: `~/.bash_profile`, or `~/.zprofile`) with: `eval "$(brew shellenv)"`
|
#: `~/.bash_profile`, or `~/.zprofile`) with: `eval "$(brew shellenv)"`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user