Skip to content

Instantly share code, notes, and snippets.

@mylesjao
Created January 22, 2015 08:22
Show Gist options
  • Save mylesjao/79763606ad762bcb45c3 to your computer and use it in GitHub Desktop.
Save mylesjao/79763606ad762bcb45c3 to your computer and use it in GitHub Desktop.
bash-completion on mac
brew install bash-completion
# add below in .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