add path for bash completion
parent
8f0b38ad0e
commit
b64d4bc0de
|
|
@ -1,5 +1,9 @@
|
||||||
if which brew >/dev/null 2>&1; then
|
if which brew >/dev/null 2>&1; then
|
||||||
|
if [ -f `brew --prefix`/etc/bash_completion ]; then
|
||||||
|
. `brew --prefix`/etc/bash_completion
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
|
if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
|
||||||
. `brew --prefix`/Library/Contributions/brew_bash_completion.sh
|
. `brew --prefix`/Library/Contributions/brew_bash_completion.sh
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue