Skip to content

Instantly share code, notes, and snippets.

@williamn
Created October 2, 2012 07:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save williamn/3816981 to your computer and use it in GitHub Desktop.
dot files
PATH="/usr/local/bin:$PATH"
if [ -f `brew --prefix`/etc/bash_completion.d/git-prompt.sh ]; then source `brew --prefix`/etc/bash_completion.d/git-prompt.sh; fi # for Git completion
export PS1="\[\033[01;34m\]\$(rbenv version-name) \[\033[01;32m\]\w\[\033[01;35m\]\$(__git_ps1 \" (%s)\") \[\033[01;36m\]\$\[\033[00m\] "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment