Skip to content

Instantly share code, notes, and snippets.

@jeffbk
Created July 6, 2013 01:09
Show Gist options
  • Save jeffbk/5938144 to your computer and use it in GitHub Desktop.
Save jeffbk/5938144 to your computer and use it in GitHub Desktop.
.bash_profile with git completion and ps1
...
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi
PS1='\[\033[32m\]\u@\h\[\033[00m\]:\[\033[34m\]\w\[\033[31m\]$(__git_ps1)\[\033[00m\]\$ '
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment