zsh compinit: insecure directories

前端 未结 23 2180
攒了一身酷
攒了一身酷 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:43

    compaudit | xargs chmod g-w
    

    will do the trick, see http://www.wezm.net/technical/2008/09/zsh-cygwin-and-insecure-directories/

提交回复
热议问题