Skip to content

Instantly share code, notes, and snippets.

@drawcard
Last active April 23, 2020 00:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drawcard/931eb04d0084d15fbca223380443b97a to your computer and use it in GitHub Desktop.
Save drawcard/931eb04d0084d15fbca223380443b97a to your computer and use it in GitHub Desktop.
Random troubleshooting - ZSH

ZSH

Insecure directories and files warning

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

Fix this by running

compaudit | xargs sudo chown root
compaudit | xargs sudo chgrp root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment