4 lines
96 B
Text
4 lines
96 B
Text
|
if [ -f $(brew --prefix)/etc/bash_completion ]; then
|
||
|
. $(brew --prefix)/etc/bash_completion
|
||
|
fi
|