-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Instead of defaulting to $HOME
or ~
, they should use $XDG_DATA_HOME
or (if that is not set or empty) $HOME/.local/share
. See XDG Base Directory Specificatin §3.
Following this standard, the config file should use $XDG_CONFIG_HOME
or $HOME/.config
.
The xdg-base-dirs python module supports this standard and is linux focused. appdirs does something similar for Linux but also provides sensible defaults for OS X and Windows.
Metadata
Metadata
Assignees
Labels
No labels