Summary
Document the new XDG_DATA_HOME environment variable support on Windows and macOS.
Details
- When
XDG_DATA_HOME is set, dtvem uses $XDG_DATA_HOME/dtvem as the root directory
- When not set, the default
~/.dtvem behavior is unchanged (no breaking change)
- This matches the existing Linux behavior where XDG is already supported
Related
Summary
Document the new
XDG_DATA_HOMEenvironment variable support on Windows and macOS.Details
XDG_DATA_HOMEis set, dtvem uses$XDG_DATA_HOME/dtvemas the root directory~/.dtvembehavior is unchanged (no breaking change)Related