Skip to content

Instantly share code, notes, and snippets.

@dnovais
Last active March 30, 2020 14:15
Show Gist options
  • Save dnovais/b584d329ab106d36ff3cc8418bb1aec0 to your computer and use it in GitHub Desktop.
Save dnovais/b584d329ab106d36ff3cc8418bb1aec0 to your computer and use it in GitHub Desktop.
Fixing error: oh-my-zsh Insecure completion-dependent

Corrigindo o erro de segurança do oh-my-zsh:

  • "oh-my-zsh Insecure completion-dependent directories detected"

Basta rodar os comandos:

sudo chmod g-w /usr/local/share/zsh /usr/local/share/zsh/site-functions
sudo chmod o-w /usr/local/share/zsh /usr/local/share/zsh/site-functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment