Merge pull request #5511 from iandol/patch-1
Update Shell-Completion.md
This commit is contained in:
commit
04b020d090
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user