Skip to content

Instantly share code, notes, and snippets.

@velppa
Created July 20, 2017 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velppa/543bab93518bc3abe7ed4ec8e23c24e6 to your computer and use it in GitHub Desktop.
Save velppa/543bab93518bc3abe7ed4ec8e23c24e6 to your computer and use it in GitHub Desktop.
Remove zcompdump from macOS
find /usr -path "*zcompdump*" 2> /dev/null | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment