mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-05 18:30:34 +01:00
9 lines
244 B
TOML
9 lines
244 B
TOML
# see https://github.com/containers/image/tree/main/docs
|
|
[mappings]
|
|
"TOML" = [
|
|
"/usr/share/containers/**/*.conf",
|
|
"/etc/containers/**/*.conf",
|
|
"${HOME}/.config/containers/**/*.conf",
|
|
"${XDG_CONFIG_HOME}/containers/**/*.conf",
|
|
]
|