Skip to content

Instantly share code, notes, and snippets.

@MohamedElashri
Created May 1, 2024 04:54
Show Gist options
  • Save MohamedElashri/57fa08017d4c8c105f6deb62a9f18d83 to your computer and use it in GitHub Desktop.
Save MohamedElashri/57fa08017d4c8c105f6deb62a9f18d83 to your computer and use it in GitHub Desktop.
Solution for /dev/fd/18:70: command not found: compdef in Mac zsh

Add these two lines to ~/.zshrc

autoload -U +X compinit && compinit
autoload -U +X bashcompinit && bashcompinit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment