There are a few default modules in Prezto that aren't included with zsh-utils (https://github.com/sorin-ionescu/prezto/blob/51c4ff6de4e2d1afd30e52ba19b21b1128fd1ed5/runcoms/zpreztorc#L33-L42):
- environment (sets job options, colorizes man pages)
- directory (sets directory options and some helpful aliases)
- terminal (sets terminal title - there's other plugins for this already)
- spectrum (sets some color/effects helpers - seems better as a separate plugin - not core to Zsh)
- history-substring-search (a submodule of an existing plugin: zsh-users/zsh-history-substring-search)
Of course the goal isn't to just be a Prezto knockoff, and most of these are better off as separate plugins (terminal, spectrum, and hist-sub-search). But, the environment and directory plugins seem like they have some value. They are simple enough in functionally that they don't merit their own plugin, and their purpose is closely related to setting/configuring Zsh's behavior.
My question is - is it worth adding variations of these to zsh-utils? Were they purposely excluded?
There are a few default modules in Prezto that aren't included with zsh-utils (https://github.com/sorin-ionescu/prezto/blob/51c4ff6de4e2d1afd30e52ba19b21b1128fd1ed5/runcoms/zpreztorc#L33-L42):
Of course the goal isn't to just be a Prezto knockoff, and most of these are better off as separate plugins (terminal, spectrum, and hist-sub-search). But, the environment and directory plugins seem like they have some value. They are simple enough in functionally that they don't merit their own plugin, and their purpose is closely related to setting/configuring Zsh's behavior.
My question is - is it worth adding variations of these to zsh-utils? Were they purposely excluded?