ZSH complains about RVM __rvm_cleanse_variables: function definition file not found

Tyler Brock picture Tyler Brock · May 14, 2012 · Viewed 20.6k times · Source

When using the latest ZSH and RVM on Mac OS X 10.7.4 ZSH complains about this:

__rvm_cleanse_variables: function definition file not found

Answer

Tyler Brock picture Tyler Brock · May 14, 2012

Running the following solved the problem:

rm ~/.zcompdump*

Note: The * is incase there are multiple .zcompdump files.