Skip to content

Instantly share code, notes, and snippets.

@0x10FF
Last active February 22, 2016 21:19
Show Gist options
  • Save 0x10FF/2ea30f1f5330f765bdf9 to your computer and use it in GitHub Desktop.
Save 0x10FF/2ea30f1f5330f765bdf9 to your computer and use it in GitHub Desktop.
# Install with brew
brew install git
# Completion, in this snippet git version installed was 2.3.6
edit ~/.bash_profile
...
source /usr/local/Cellar/git/2.3.6/etc/bash_completion.d/git-prompt.sh
source /usr/local/Cellar/git/2.3.6/etc/bash_completion.d/git-completion.bash
...
#done
# Decorate your terminal?
PS1='[\u@\h \w$(__git_ps1 " (%s)")]\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment