ZSH complains about RVM __rvm_cleanse_variables: function definition file not found

后端 未结 5 890
南笙
南笙 2021-01-29 18:20

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

5条回答
  •  [愿得一人]
    2021-01-29 18:59

    My problem persisted even after the compinit -D and rm -f ~/.zcompdump*. I found this github issue and checked my .zplug directory and sure enough found some non-hidden zcompdump files (no preceding '.'). Deleted those and I was good to go. If you're using a zsh plugin manager like zgen or zplug, check their directories.

提交回复
热议问题