1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-08 06:12:27 +01:00

Merge branch 'master' into quadlet

This commit is contained in:
David Peter
2024-02-23 21:54:36 +01:00
committed by GitHub
13 changed files with 92 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
# 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",
]