Skip to content

Instantly share code, notes, and snippets.

@williamn
Created November 29, 2011 08:10
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 williamn/1403960 to your computer and use it in GitHub Desktop.
Save williamn/1403960 to your computer and use it in GitHub Desktop.
Command line feedback from rvm and git
# http://collectiveidea.com/blog/archives/2011/08/02/command-line-feedback-from-rvm-and-git/
#
export PS1="\[\033[01;34m\]\$(~/.rvm/bin/rvm-prompt) \[\033[01;32m\]\w\[\033[00;33m\]\$(__git_ps1 \" (%s)\") \[\033[01;36m\]\n$\[\033[00m\] "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment