-
Notifications
You must be signed in to change notification settings - Fork 98
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
Removing Plugins #103
Comments
I've had a look at zgen and the main issue implementing a feature like this is that in the current state zgen only knows what plugins are loaded in the session after running I see two possible solutions for a In case you're still interested in this feature, I'd love to discuss it over at https://github.com/jandamm/zgenom where I'll explore how to implement it in a nice way. |
This removes all repos which aren't used by the current configuration. Use this to quickly get rid of all unused plugins Closes tarjoilija/zgen#103
This removes all repos which aren't used by the current configuration. Use this to quickly get rid of all unused plugins. Closes tarjoilija/zgen#103
I've added |
Hello, I just found this and switched over from oh-my-zsh. I love the light weight aspect of this approach. I've been playing around with this all day, and I'm befuddled in regard to one thing. When removing plugins is the plugin manager supposed to delete the unwanted plugin directory from ~/.zgen?
I've installed a couple plugins that I ended up not wanting to use. To remove them I've simply deleted the line
zgen load someUser/somePlugin
from the ~/.zshrc, and then runzgen reset
from the command line, followed byexec zsh
.This removes the plugin from the init.zsh file, but it leaves behind the directory and bits of the plugin being removed. Is there a way to have zgen clean out the bits and directories belonging to deleted plugins?
The text was updated successfully, but these errors were encountered: