Skip to content

Instantly share code, notes, and snippets.

@vivaserver
Created December 26, 2012 00:29
Show Gist options
  • Save vivaserver/4376766 to your computer and use it in GitHub Desktop.
Save vivaserver/4376766 to your computer and use it in GitHub Desktop.
A nice, simple Bash prompt with the current Git branch and RVM gemset.
export PS1="\$(__git_ps1 \"± %s 〉\")\$(~/.rvm/bin/rvm-prompt) 〉\w
⚡ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment