From bc17971c3e9886de2ec60fd78057e31e9c7ced9c Mon Sep 17 00:00:00 2001 From: "Nasr S. Hassanein" Date: Mon, 13 Jun 2016 03:29:25 +0300 Subject: [PATCH] update brew.completion.bash fixed path for the brew completion file --- completion/available/brew.completion.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/completion/available/brew.completion.bash b/completion/available/brew.completion.bash index 50f6c08d..596d3905 100644 --- a/completion/available/brew.completion.bash +++ b/completion/available/brew.completion.bash @@ -1,6 +1,6 @@ if which brew >/dev/null 2>&1; then - if [ -f `brew --prefix`/etc/bash_completion ]; then - . `brew --prefix`/etc/bash_completion + if [ -f `brew --prefix`/etc/bash_completion.d/brew ]; then + . `brew --prefix`/etc/bash_completion.d/brew fi if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then