524aac6c7f1e366bf29e77eb0a29a3966dd6c49d
macos/zsh/zsh compinit: insecure directories and files, run compaudit for list...md
... | ... | @@ -0,0 +1,5 @@ |
1 | +[zsh compinit: insecure directories and files, run compaudit for list. · Issue #433 · zsh-users/zsh-completions](https://github.com/zsh-users/zsh-completions/issues/433) |
|
2 | + |
|
3 | +``` |
|
4 | +$ for f in $(compaudit);do sudo chown $(whoami):admin $f;done; |
|
5 | +``` |
|
... | ... | \ No newline at end of file |