Fix for OS X build
This release eliminates usage os/user
to determine home directory (now ah uses homedir). It fixes problems with cross-platform releases (e.g for OS X)
Also, it gives you a possibility to set your custom temporary directory for storing ah-related information (-m
flag). Use it if you have your $HOME
and /tmp
on different volumes. By default ah assumes that /tmp
and $HOME
are on the same device. It is reasonable default because a lot of Linux distributions (and possibly OS X) use that schema by default.