1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-05 19:11:42 +00:00
Files
sharkdp--bat/src/syntax_mapping/builtins/linux/50-containers.toml
T
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",
]