[feat]: zinit update --all
should reflect changes made on the filesystem and plugin list
#167
Labels
enhancement
New feature or request
Feature request
I got a
zinit_plugins.zsh
file where I load all my plugins, completions and etc.Occasionally, I add and remove something, but the
zinit_downloads
doesn't reflect the changes.For instance adding this to
zinit_plugins.zsh
If I remove those lines, the relevant files in
zinit_downloads
subdirectories that are no longer relevant should be gone if I runzinit update --all
Another issue is, if I were to test things out and say delete the file at
zinit_downloads/completions/_git-flow
manuallydoing
zinit update --all
does not re-add it tozinit_downloads/completions
even though it's part of myzinit_plugins.zsh
Either
zinit update --all
should resolve both of those, or the cleanup portion should be part of something likezinit cleanup --all
.The text was updated successfully, but these errors were encountered: