ZSH complains about RVM __rvm_cleanse_variables: function definition file not found

后端 未结 5 933
南笙
南笙 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:49

    To disable the .zcompdump* file(s), you could look in your .zshrc (or /etc/zsh/* files) for compinit and add the -D flag.

    This might be better than creating the files and deleting them at every login.

    (source: http://www.csse.uwa.edu.au/programming/linux/zsh-doc/zsh_23.html)

提交回复
热议问题