Releases: icebarf/dotmg
Releases · icebarf/dotmg
Release list
1.1.3
1.1.2
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.