Skip to content

Commit

Permalink
Update Shell-Completion.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iandol authored Jan 9, 2019
1 parent ca2b853 commit 030ddc9
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 030ddc9

Please sign in to comment.