Open ibayramli opened 2 years ago
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug fix
What is the current behavior? (You can also link to an open issue here)
You get command not found: compdef when downloading the plugin.
command not found: compdef
What is the new behavior (if this is a feature change)?
It works now.
Additional info:
Solved by adding this to the index.ts:
autoload -Uz compinit compinit
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug fix
What is the current behavior? (You can also link to an open issue here)
You get
command not found: compdef
when downloading the plugin.What is the new behavior (if this is a feature change)?
It works now.
Additional info:
Solved by adding this to the index.ts: