Skip to content

Instantly share code, notes, and snippets.

@baob
Created November 23, 2011 18:06
Show Gist options
  • Save baob/1389393 to your computer and use it in GitHub Desktop.
Save baob/1389393 to your computer and use it in GitHub Desktop.
Activating Git completion for homebrew-installed git
ln -s /usr/local/git/contrib/completion/git-completion.bash /usr/local/etc/bash_completion.d/git
(unless of course /usr/local/etc/bash_completion.d/git already exists, in which case you shouldn't be reading this)
@anentropic
Copy link

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment