Skip to content

Instantly share code, notes, and snippets.

@memandip
Created September 25, 2021 07:44
Show Gist options
  • Save memandip/b2219f71308861c8e72c6b05540e720b to your computer and use it in GitHub Desktop.
Save memandip/b2219f71308861c8e72c6b05540e720b to your computer and use it in GitHub Desktop.
fix zsh insecure directories error
copy the following script in your .zshrc file
# Fix permission for zsh. It should be on the first line to work.
export ZSH_DISABLE_COMPFIX=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment