Skip to content

Instantly share code, notes, and snippets.

@juhasz
Created January 8, 2013 22:14
Show Gist options
  • Save juhasz/4488487 to your computer and use it in GitHub Desktop.
Save juhasz/4488487 to your computer and use it in GitHub Desktop.
Git completion setup in .bash_profile. (Git installed from http://git-scm.com/)
## git autocomplete and promt
source /usr/local/git/contrib/completion/git-completion.bash
source /usr/local/git/contrib/completion/git-prompt.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment