Manuales: tutoriales y apuntes sobre web, internet, linux, mac, windows y sistemas

Brew

Para instalar el bashcompletion

if [ -f $(brew --prefix)/etc/bash_completion ]; then
 . $(brew --prefix)/etc/bash_completion
fi

Incluyendo configuracion extra a bash_profile

$ mkdir ~/.bash_profile.d
$ vim .bash_profile