-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zsh: plugins #55
Comments
I think this is separate from #50 but certainly related to topological sorting. Maybe could have a |
With the changes from #54, startup time for me dropped from 1.3s to 0.13s. And with disabling But I also like the idea of being able to use vanilla zsh and extending it with plugins directly, so I think your changes would be a very useful extension of the current module. |
Closing with #56. |
I recently extended the zsh module by a
plugins
option in my dotfiles:The result looks like this in
.zshrc
:I also tried this syntax but the order is not preserved. Maybe when toposort is implemented in #50 we can use it here:
In an attempt to reduce my zsh startup time I switched from oh-my-zsh to antigen to zr but I could not bring it below ~0.95 sec. Using the
plugins
option I get a consistent 0.05 sec with the same plugins loaded. I'm not sure what the cause is (may be related to #54) but I like the simple approach.Would this be a desirable feature for home-manager?
The text was updated successfully, but these errors were encountered: