Merge pull request #10204 from zmoon/patch-1

Add a missing backtick on docs Shell Completion page
This commit is contained in:
Issy Long 2021-01-02 21:14:37 +00:00 committed by GitHub
commit 94ced0e315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ You must configure your shell to enable its completion support. This is because
## Configuring Completions in `bash` ## 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 ```sh
if type brew &>/dev/null; then if type brew &>/dev/null; then