Why do I see this after_cd message in the latest version of RVM?

I just installed the latest version of RVM, and when I open a new terminal, I see this message Running /Users/foo/.rvm/hooks/after_cd.

Is this intended behavior? Is there any way to suppress this message?

+3
source share
1 answer

The second report I received on this issue does not yet know what causes it, but you can fix it with

printf "rvm_verbose_flag=0\nrvm_debug_flag=0\n" >> ~/.rvmrc

If this does not fix, please open a ticket here: https://github.com/wayneeseguin/rvm/issues

+3
source

All Articles