zsh compinit: insecure directories

前端 未结 23 2153
攒了一身酷
攒了一身酷 2021-01-29 17:22

What does it mean and how can I fix it?

zsh compinit: insecure directories, run compaudit for list.
Ignore insecure directories and continue [y] or abort compini         


        
23条回答
  •  隐瞒了意图╮
    2021-01-29 17:38

    I had the same warning lately on Catalina. An easy workaround is to put this to the top of your .zshrc

    ZSH_DISABLE_COMPFIX=true
    

提交回复
热议问题