Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
XDG::CONFIG
Constants
DIRS = (env_list_of_paths?("
XDG_CONFIG_DIRS
")) || [
Path
["/etc/xdg"]]
HOME = (envpath?("
XDG_CONFIG_HOME
")) || (
Path
.home / ".config")