XDG_CONFIG_HOME
Base directory for user-specific configuration files.
Syntax
$echo $XDG_CONFIG_HOME
Examples
Examples
$echo ${XDG_CONFIG_HOME:-$HOME/.config}
Examples
$ls ${XDG_CONFIG_HOME:-$HOME/.config}
Typical use cases
Note
Part of the XDG Base Directory Specification.
Export