Skip to content

Instantly share code, notes, and snippets.

@sethlilly
Created February 26, 2020 00:16
Show Gist options
  • Save sethlilly/7ac082fb2607f4394e0b9013c50d39ab to your computer and use it in GitHub Desktop.
Save sethlilly/7ac082fb2607f4394e0b9013c50d39ab to your computer and use it in GitHub Desktop.
Fix zsh insecure directories (aka stop compinit warning)
for f in $(compaudit);do sudo chmod g-w $f;done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment