Skip to content

Instantly share code, notes, and snippets.

@sethlilly
Created February 26, 2020 00:16
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