Skip to content

Instantly share code, notes, and snippets.

@tysone
Created December 15, 2011 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tysone/1482561 to your computer and use it in GitHub Desktop.
Save tysone/1482561 to your computer and use it in GitHub Desktop.
function rvm_version {
local gemset=$(echo $GEM_HOME | awk -F'@' '{print $2}')
[ "$gemset" != "" ] && echo "@$gemset"
}
PS1='\[\033[1;34m\]$(rvm_version)\[\033[0m\] \W$(__git_ps1 "\[\033[1;32m\](%s)\[\033[0m\]") \$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment