update brew completion
parent
bc2ae26fa8
commit
a5672277cb
|
|
@ -1,9 +1,5 @@
|
||||||
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
|
|
||||||
|
|
||||||
if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
|
|
||||||
. `brew --prefix`/Library/Contributions/brew_bash_completion.sh
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue