From 030ddc9762e4f2d5422dcdae04cff94c9d3b0348 Mon Sep 17 00:00:00 2001 From: Ian Max Andolina Date: Wed, 9 Jan 2019 09:08:32 +0800 Subject: [PATCH] Update Shell-Completion.md Please see https://discourse.brew.sh/t/bash-completion-and-brew-instructions-for-setting-up-completions/3808 for details... --- docs/Shell-Completion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Shell-Completion.md b/docs/Shell-Completion.md index 9e1fbdc1e608a..97961420a3cb0 100644 --- a/docs/Shell-Completion.md +++ b/docs/Shell-Completion.md @@ -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