Skip to content

Commit

Permalink
Merge pull request #5511 from iandol/patch-1
Browse files Browse the repository at this point in the history
Update Shell-Completion.md
  • Loading branch information
MikeMcQuaid authored Jan 9, 2019
2 parents ca2b853 + 030ddc9 commit 04b020d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Shell-Completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To make Homebrew's completions available in `bash`, you must source the definiti

```sh
if type brew 2&>/dev/null; then
source "$(brew --prefix)/etc/bash_completion"
source "$(brew --prefix)/etc/bash_completion.d/*"
else
echo "run: brew install git bash-completion"
fi
Expand Down

0 comments on commit 04b020d

Please sign in to comment.