# homebrew bash autocompletion if [ -f `brew --prefix`/etc/bash_completion ]; then source `brew --prefix`/etc/bash_completion fi # vim: ft=sh