plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Add zsh prescript to gradle for autoloading compinit

Open ibayramli opened this issue 2 years ago • 0 comments

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:

autoload -Uz compinit
compinit

ibayramli avatar Jun 16 '22 23:06 ibayramli