mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 12:40:22 +00:00
Add a missing backtick
This commit is contained in:
@@ -8,7 +8,7 @@ You must configure your shell to enable its completion support. This is because
|
||||
|
||||
## Configuring Completions in `bash`
|
||||
|
||||
To make Homebrew's completions available in `bash`, you must source the definitions as part of your shell's startup. Add the following to your `~/.bash_profile` (or, if it doesn't exist, `~/.profile):
|
||||
To make Homebrew's completions available in `bash`, you must source the definitions as part of your shell's startup. Add the following to your `~/.bash_profile` (or, if it doesn't exist, `~/.profile`):
|
||||
|
||||
```sh
|
||||
if type brew &>/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user