zsh compinit: insecure directories

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

    I fixed it by doing

    sudo chown root:staff -R /usr/local/share/zsh
    

    in my case other directories inside share/ also have "staff" group assigned

提交回复
热议问题