Skip to content

Instantly share code, notes, and snippets.

@ducksoupdev
Created October 10, 2016 18:51
Show Gist options
  • Select an option

  • Save ducksoupdev/e852ac968e138aadf79610282103e34b to your computer and use it in GitHub Desktop.

Select an option

Save ducksoupdev/e852ac968e138aadf79610282103e34b to your computer and use it in GitHub Desktop.
Install homebrew
Install Git and bash-completion: brew install git bash-completion
Add bash-completion to your .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