Merge pull request #8768 from phunehehe/patch-1
chmod recursively to satisfy zsh "insecure directories" warning
This commit is contained in:
commit
ad574c02aa
@ -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`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user