Skip to content

1.1.2

Choose a tag to compare

@icebarf icebarf released this 13 Jul 10:31
· 3 commits to main since this release
eac8a50

This release fixes a bug in dotmg where if one passes an absolute path like /home/whatever/.zprofile then dotmg shall directly work with that argument instead of stripping away the $HOME from the path. This is needed because git tracks files inside the repo root which is usually $HOME. So when the absolute path gets added to .gitignore, git will look for /home/whatever/.zprofile instead of only .zprofile inside /home/whatever.