Expand description
Defines useful functions for working with common paths.
Functions§
- home
- Returns the user’s home directory.
- xdg_
config_ home - Returns the value of
$XDG_CONFIG_HOMEor the default value. - xdg_
data_ dirs - Returns the value of
$XDG_DATA_DIRSor the default value. - xdg_
data_ globs - Returns
xdg_data_homeplusxdg_data_dirs, postfixed withpath. - xdg_
data_ home - Returns the value of
$XDG_DATA_HOMEor the default value. - xdg_
state_ home - Returns the value of
$XDG_STATE_HOMEor the default value.