Created
September 25, 2021 07:44
-
-
Save memandip/b2219f71308861c8e72c6b05540e720b to your computer and use it in GitHub Desktop.
fix zsh insecure directories error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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