module XDG::CONFIG
Defined in:
xdg.crConstant Summary
-
DIRS =
(env_list_of_paths?("XDG_CONFIG_DIRS")) || [Path.new("/etc/xdg")]
-
HOME =
(envpath?("XDG_CONFIG_HOME")) || (Path.home / ".config")
(env_list_of_paths?("XDG_CONFIG_DIRS")) || [Path.new("/etc/xdg")]
(envpath?("XDG_CONFIG_HOME")) || (Path.home / ".config")