Skip to content

Instantly share code, notes, and snippets.

@metaskills
Created October 12, 2010 14:00
Show Gist options
  • Save metaskills/622202 to your computer and use it in GitHub Desktop.
Save metaskills/622202 to your computer and use it in GitHub Desktop.
function my-rvm-prompt() {
rvmvg=$(~/.rvm/bin/rvm-prompt v g)
if [[ x$rvmvg != x ]]; then
color=$fg[yellow]
[ x$rvmvg != x ] && echo " %{$color%}$rvmvg$reset_color%}"
fi
}
@rmm5t
Copy link

rmm5t commented Feb 10, 2011

You guy might have already seen my blog post from today, but for posterity sake, here's more detail about my usage of bundler and rvm for applications. This comment thread was actually what originally set the spark to write this post.

http://ryan.mcgeary.org/2011/02/09/vendor-everything-still-applies/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment