-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
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.
- Note: possibly deprecate pre/post
devnoname120 and GreyXor