Closed geekosaur closed 2 years ago
CHANGES
?I actually meant making a separate PR for each commit, as each addresses a different issue.
Oh right. I don't think that's necessary; I think we tend to think in commits more than PRs anyways
That most recent push is just a rebase.
Description
Enhance
mkAbsolutePath
to support environment variables, then use it in XMonad.Prompt.AppendFile'sdoAppend
so filespecs like~/NOTES
and$HOME/file.txt
are supported.Checklist
[x] I've read CONTRIBUTING.md
[x] I've considered how to best test these changes (property, unit, manually, ...) and concluded: manually tested in ghci
[ ] I updated the
CHANGES.md
file