Fix brew completion
parent
014e991098
commit
7899cb4e8e
|
|
@ -1,3 +1,3 @@
|
|||
if [ -f `brew --prefix`/etc/bash_completion ]; then
|
||||
. `brew --prefix`/etc/bash_completion
|
||||
if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
|
||||
. `brew --prefix`/Library/Contributions/brew_bash_completion.sh
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue