Merge pull request #5511 from iandol/patch-1

Update Shell-Completion.md
This commit is contained in:
Mike McQuaid 2019-01-09 09:03:36 +00:00 committed by GitHub
commit 04b020d090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ To make Homebrew's completions available in `bash`, you must source the definiti
```sh ```sh
if type brew 2&>/dev/null; then if type brew 2&>/dev/null; then
source "$(brew --prefix)/etc/bash_completion" source "$(brew --prefix)/etc/bash_completion.d/*"
else else
echo "run: brew install git bash-completion" echo "run: brew install git bash-completion"
fi fi