Skip to content

Instantly share code, notes, and snippets.

@armancohan
Created June 12, 2017 19:47
Show Gist options
  • Save armancohan/ba51b8cea0508df1c162f29df42ee8ac to your computer and use it in GitHub Desktop.
Save armancohan/ba51b8cea0508df1c162f29df42ee8ac to your computer and use it in GitHub Desktop.
Bash completion on mac OS X with homebrew

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment