mattmc3 / antidote

https://getantidote.github.io - the cure to slow zsh plugin management
MIT License
855 stars 21 forks source link

Revisit the idea of hooks #192

Open mattmc3 opened 1 month ago

mattmc3 commented 1 month ago

Similar to running zsh-defer to load plugins, antidote should support antidote-source (via a separate plugin hosted at https://getantidote) as a means to add add hooks (https://github.com/zsh-hooks/zsh-hooks).

Hooks would allow us to add 'loaded' indicators in zstyles, check installs, etc. It's a better way to do things than pre:/post: annotations.