Last active
January 4, 2016 03:29
-
-
Save daveknapik/8562091 to your computer and use it in GitHub Desktop.
~/.rvm/hooks/after_use_show_ruby
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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