Skip to content

Commit 4a86e54

Browse files
committed
Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
1 parent 24ae0b0 commit 4a86e54

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/Manpage.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2118,9 +2118,8 @@ are also exported to avoid querying them multiple times. To help guarantee
21182118
idempotence, this command produces no output when Homebrew's `bin` and `sbin`
21192119
directories are first and second respectively in your `$PATH`. Consider adding
21202120
evaluation of this command's output to your dotfiles (e.g. `~/.bash_profile` or
2121-
~/.zprofile` on macOS and ~/.bashrc` or ~/.zshrc` on Linux)
2122-
with e.g.:
2123-
`eval "$(brew shellenv zsh)"` or `eval "$(brew shellenv bash)"\`
2121+
`~/.zprofile` on macOS and `~/.bashrc` or `~/.zshrc` on Linux) with e.g.: `eval
2122+
"$(brew shellenv zsh)"` or `eval "$(brew shellenv bash)"`
21242123

21252124
The shell should be specified explicitly with a supported shell name parameter
21262125
but will be detected automatically if not provided (but this may not be

manpages/brew.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ Valid shells: bash|csh|fish|pwsh|sh|tcsh|zsh
13461346
.P
13471347
Print export statements\. When run in a shell, this installation of Homebrew will be added to your \fB$PATH\fP, \fB$MANPATH\fP, and \fB$INFOPATH\fP\&\.
13481348
.P
1349-
The variables \fB$HOMEBREW_PREFIX\fP, \fB$HOMEBREW_CELLAR\fP and \fB$HOMEBREW_REPOSITORY\fP are also exported to avoid querying them multiple times\. To help guarantee idempotence, this command produces no output when Homebrew\[u2019]s \fBbin\fP and \fBsbin\fP directories are first and second respectively in your \fB$PATH\fP\&\. Consider adding evaluation of this command\[u2019]s output to your dotfiles (e\.g\. \fB~/\.bash_profile\fP or ~/\.zprofile\fB on macOS and ~/\.bashrc\fP or ~/\.zshrc\fB on Linux) with e\.g\.: \fPeval \[u201c]$(brew shellenv zsh)\[u201d]\fB or \fPeval \[u201c]$(brew shellenv bash)\[u201d]`
1349+
The variables \fB$HOMEBREW_PREFIX\fP, \fB$HOMEBREW_CELLAR\fP and \fB$HOMEBREW_REPOSITORY\fP are also exported to avoid querying them multiple times\. To help guarantee idempotence, this command produces no output when Homebrew\[u2019]s \fBbin\fP and \fBsbin\fP directories are first and second respectively in your \fB$PATH\fP\&\. Consider adding evaluation of this command\[u2019]s output to your dotfiles (e\.g\. \fB~/\.bash_profile\fP or \fB~/\.zprofile\fP on macOS and \fB~/\.bashrc\fP or \fB~/\.zshrc\fP on Linux) with e\.g\.: \fBeval "$(brew shellenv zsh)"\fP or \fBeval "$(brew shellenv bash)"\fP
13501350
.P
13511351
The shell should be specified explicitly with a supported shell name parameter but will be detected automatically if not provided (but this may not be correct)\. Unknown shells will output POSIX exports\.
13521352
.SS "\fBsource\fP \fR[\fIformula\fP \.\.\.]"

0 commit comments

Comments
 (0)