Bash Completion on OS X With Brew Install bash-completion with brew: brew install bash-completion Add to .bash_profile if [ -f $(brew --prefix)/etc/bash_completion ]; then . $(brew --prefix)/etc/bash_completion fi