Mac更新zsh或多账户安装zsh 报目录权限问题的解决

我的情况是:

        一开始使用的Mac的administer,于是在配置各种软件的配置环境变量时总是失效,于是重新开了一个admin用户,重新登陆后,一开始安装的软件插件和配置全都要重新配置和安装了,于是重新安装zsh,结果就出现了如下这种问题。经网上查看,在更新zsh的时候,也会出现这种问题,并且解决问题的方案很少,有很多无效,于是特写此博客。

Last login: Mon May 28 13:35:31 on ttys001
You have mail.
[oh-my-zsh] Insecure completion-dependent directories detected:
drwxrwxrwx 7 hans admin 238 2 9 10:13 /usr/local/share/zsh
drwxrwxrwx 6 hans admin 204 10 1 2017 /usr/local/share/zsh/site-functions

[oh-my-zsh] For safety, we will not load completions from these directories until
[oh-my-zsh] you fix their permissions and ownership and restart zsh.
[oh-my-zsh] See the above list for directories with group or other writability.

[oh-my-zsh] To fix your permissions you can do so by disabling
[oh-my-zsh] the write permission of "group" and "others" and making sure that the
[oh-my-zsh] owner of these directories is either root or your current user.
[oh-my-zsh] The following command may help:
[oh-my-zsh] compaudit | xargs chmod g-w,o-w

[oh-my-zsh] If the above didn't help or you want to skip the verification of
[oh-my-zsh] insecure directories you can set the variable ZSH_DISABLE_COMPFIX to
[oh-my-zsh] "true" before oh-my-zsh is sourced in your zshrc file.


网上搜索了 会煮咖啡的猫咪 的简书 https://www.jianshu.com/p/03bcc3e2930e

其中解决方案对我无效!无效!

但是非常感谢 会煮咖啡的猫咪 中指明的参考地址

https://github.com/robbyrussell/oh-my-zsh/issues/6835

浏览之后发现最终的解决方案是:

set
ZSH_DISABLE_COMPFIX=true in .zshrc before you source .oh-my-zsh in your .zshrc file.

So, put
ZSH_DISABLE_COMPFIX=true at the first line of your .zshrc file and then
run source .zshrc

 

 


 

  • 5
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值