You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/itgoyo/.zshrc:3: command not found: ZSH_DISABLE_COMPFIX
[oh-my-zsh] Insecure completion-dependent directories detected:
drwxrwxrwx 18 itgoyo staff 612 4 13 13:19 /Users/itgoyo/.oh-my-zsh
drwxrwxrwx 267 itgoyo staff 9078 4 13 13:19 /Users/itgoyo/.oh-my-zsh/plugins
drwxrwxrwx 4 itgoyo staff 136 4 11 21:09 /Users/itgoyo/.oh-my-zsh/plugins/autojump
drwxrwxrwx 4 itgoyo staff 136 4 11 21:09 /Users/itgoyo/.oh-my-zsh/plugins/git
drwxrwxrwx 7 itgoyo staff 238 2 17 01:20 /Users/itgoyo/.oh-my-zsh/plugins/z
drwxrwxrwx 25 itgoyo staff 850 12 23 14:22 /Users/itgoyo/.oh-my-zsh/plugins/zsh-autosuggestions
[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.
解决方式:
在.zshrc文件首行添加
#setting
${ZSH_DISABLE_COMPFIX:=true}
然后终端运行source .zshrc即可
The text was updated successfully, but these errors were encountered:
解决方式:
在
.zshrc
文件首行添加然后终端运行
source .zshrc
即可The text was updated successfully, but these errors were encountered: