zap-zsh / zap

:zap: Zap is a minimal zsh plugin manager
https://www.zapzsh.com/
GNU General Public License v3.0
942 stars 33 forks source link

fix: keep the existing '.zshrc' file in the same directory #137

Closed wintermi closed 1 year ago

wintermi commented 1 year ago

The current version moves the existing .zshrc file to the $HOME directory even when the $ZDOTDIR is populated.

This fix will keep the existing .zshrc file in the same location as specified by the $ZDOTDIR

wintermi commented 1 year ago

I agree that the DATE and ID could be removed, though I wanted to fix the issue before refactoring anything further.