Replace system completion with current brew file
Resolves #1046 Signed-off-by: Mike Fiedler <miketheman@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
if which brew >/dev/null 2>&1; then
|
if which brew >/dev/null 2>&1; then
|
||||||
if [ -f `brew --prefix`/etc/bash_completion ]; then
|
if [ -f `brew --prefix`/etc/bash_completion.d/brew ]; then
|
||||||
. `brew --prefix`/etc/bash_completion
|
. `brew --prefix`/etc/bash_completion.d/brew
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
|
if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user