Conversation
Add zinit pm options
|
i think the |
so im probably missing something here, but i tried putting an echo statement in config.postHook just to test, and that statement does not run nor change the zsh executable file in any way |
|
most likely. if i add a postHook the wrapper script looks like i would expect |
|
the eaziest way to do this would just be to run zinit delete --all because the light/load commands will install the given plugins on startup anyway, so if you remove a plugin, it will get deleted, and then will not reinstall since the command for it is no longer in the RC file |
Add zinit pm options with all pretzo and omz namespaces. NOTE: i am going to draft this for now because I have no clue how to make sure the plugins get removed once they are taken out of the array ( There's a command zinit delete for that, but idk how to run that automatically ), there is also no home-manager or nixos module that i can look to for reference, so it'd be great if someone could help me figure this out!