Every time I open a new bash shell the following messages print to my terminal:
Using /Users/foo/.rvm/gems/ruby-1.9.3-p194
Running /Users/foo/.rvm/hooks/after_use
I am running RVM version 1.15.8 across Linux and OS X environments and both boxes are experiencing this issue. How do I surpress these messages?
EDIT: The second message appeared to be caused by a script in the after_use directory. Rather than deleting the directory and the scripts that it contains entirely I would like to know what, precisely, is causing this so I can comment out only that line.