Skip to content
Snippets Groups Projects
Unverified Commit 9725e853 authored by Hoàng Xuân Phú's avatar Hoàng Xuân Phú Committed by GitHub
Browse files

chmod recursively to satisfy zsh "insecure directories" warning

without `-R` only `share` is updated, leaving `share/zsh/site-functions` unchanged, so the warning won't go away
parent cc04f3de
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ You may also need to forcibly rebuild `zcompdump`:
Additionally, if you receive "zsh compinit: insecure directories" warnings when attempting to load these completions, you may need to run this:
```sh
chmod go-w "$(brew --prefix)/share"
chmod -R go-w "$(brew --prefix)/share"
```
## Configuring Completions in `fish`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment