Skip to content

Instantly share code, notes, and snippets.

@daveknapik
Last active January 4, 2016 03:29
Show Gist options
  • Save daveknapik/8562091 to your computer and use it in GitHub Desktop.
Save daveknapik/8562091 to your computer and use it in GitHub Desktop.
~/.rvm/hooks/after_use_show_ruby
if [ ! -z "$rvm_gemset_name" ]
then
echo "Now using $rvm_ruby_string with gemset $rvm_gemset_name"
elif [ ! -z "$rvm_ruby_string" ]
then
echo "Now using $rvm_ruby_string"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment