redxtech / zsh-asdf-direnv

A zsh plugin that loads asdf & asdf-direnv.
MIT License
11 stars 9 forks source link

add fpath entry outside of plugin #6

Closed bo5o closed 1 year ago

bo5o commented 1 year ago

compinit is called before plugins are loaded. to avoid having to call compinit again after loading this plugin, suggest to set fpath outside of the plugin in zshrc.

see also this issue https://github.com/zsh-users/zsh-completions/issues/603