tarjoilija / zgen

A lightweight and simple plugin manager for ZSH
BSD 2-Clause "Simplified" License
1.49k stars 99 forks source link

.zshrc section clarification #84

Open MartinDelille opened 7 years ago

MartinDelille commented 7 years ago

I think this very nice plugin need some clarification about zshrc edition. If I understand well, if I modify my '.zshrcfile, I have to delete the$ZGEN_INIT` file if I want my change to be effective at the next login right?

Tuurlijk commented 7 years ago

Yes, you should call zgen reset which removes ~/.zgen/init.zsh. Then the regeneration of this file will be triggered by the .zshrc on the next read of .zshrc.

And yes, the manual can use some clarification on this point.

Can you submit a Pull Request?