Skip to content

Instantly share code, notes, and snippets.

@jeffprestes
Created January 5, 2016 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffprestes/f7fc44eaccdaa16a9158 to your computer and use it in GitHub Desktop.
Save jeffprestes/f7fc44eaccdaa16a9158 to your computer and use it in GitHub Desktop.
Git Autocomplete
### git autocomplete
source ~/.git-completion.bash
source ~/.git-prompt.sh
export GIT_PS1_SHOWDIRTYSTATE=true
export GIT_PS1_SHOWUNTRACKEDFILES=true
export GIT_PS1_SHOWCOLORHINTS=true
export PROMPT_COMMAND='__git_ps1 "\w" "\\\$ "'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment