mirror of
https://github.com/sharkdp/bat
synced 2026-08-05 19:11:42 +00: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",
|
|
]
|