You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To cut to the chase, I don't see much value in many of these. Most of them are over-complicated, or handled in better ways (like reloading Zsh, or implemented within plugins themselves not the plugin manager). They also appear to represent the goals of zinit rather than the Zsh plugin community as a whole. I would like to keep antidote simple and focused on its own goals of speed, simplicity, and using a robust plugins file DSL that does the job and gets out of your way. Therefore, I am not inclined to implement many/any of these, but I want to invite community input in case there is a compelling reason for some of them that I've missed. Specifically, setting $PMSPEC, handling $ZERO, and setting $zsh_loaded_plugins may have some value I've overlooked.
This discussion was converted from issue #55 on September 16, 2022 01:08.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A small number of other Zsh plugin managers have incorporated suggestions from this document: https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
It proposes the following conventions:
To cut to the chase, I don't see much value in many of these. Most of them are over-complicated, or handled in better ways (like reloading Zsh, or implemented within plugins themselves not the plugin manager). They also appear to represent the goals of zinit rather than the Zsh plugin community as a whole. I would like to keep antidote simple and focused on its own goals of speed, simplicity, and using a robust plugins file DSL that does the job and gets out of your way. Therefore, I am not inclined to implement many/any of these, but I want to invite community input in case there is a compelling reason for some of them that I've missed. Specifically, setting
$PMSPEC
, handling$ZERO
, and setting$zsh_loaded_plugins
may have some value I've overlooked.Beta Was this translation helpful? Give feedback.
All reactions