Beispiel #1
0
def xdg_data(path: str) -> str:
    """Prepend XDG_DATA_HOME expansion to path."""
    return xdg('DATA_HOME', path)
Beispiel #2
0
def xdg_config(path: str) -> str:
    """Prepend XDG_CONFIG_HOME expansion to path."""
    return xdg('CONFIG_HOME', path)