1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-04-05 18:30:34 +01:00
bat/src/syntax_mapping/builtins/linux/50-containers.toml
2024-02-21 00:25:06 +08:00

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",
]