Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules/home-manager: fix zsh history renaming bug with persist
zsh would try to merge history files by "renaming" `$HISTFILE.new` onto `$HISTFILE`. Since the file was a bind mount, this operation would fail. Although it never caused much problems given that originally this merge seemed to happen if exiting an ephemeral shell, it's started happening significantly more frequently, which prompted a desire to fix it.
- Loading branch information