xdg-data-dirs ( -- paths )


Vocabulary
xdg

Inputs
None

Outputs
pathsan object


Definition


: xdg-data-dirs ( -- paths )
"XDG_DATA_DIRS" os-env ":" split harvest
[ { "/usr/local/share" "/usr/share" } ] when-empty ;