cheat/internal
Chris Lane efd09575df feat(config): refactor config path detection
Previously, failing other checks, on Unix and BSD systems,
`config.Paths` would attempt to compute the user's home directory by
reading the `HOME` environment variable.

This change deprecates that approach with a call to `homedir.Dir`, which
is used elsewhere throughout the application.
2020-03-05 17:46:49 -05:00
..
2020-01-20 12:34:48 -05:00
2019-10-20 10:02:28 -04:00
2020-02-15 16:11:15 -05:00