cmd/shellenv.sh: fix typo

Co-authored-by: Greg Myers <myersg86@gmail.com>
This commit is contained in:
Nanda H Krishna 2022-01-15 17:27:39 -05:00
parent 2d60fc726e
commit b950ac3f6e
No known key found for this signature in database
GPG Key ID: 067E5FCD58ADF3AA

View File

@ -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`.
#:
#: 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`,
#: `~/.bash_profile`, or `~/.zprofile`) with: `eval "$(brew shellenv)"`