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

Impl per-target syntax mappings

This commit is contained in:
cyqsimon
2023-11-05 12:22:26 +08:00
parent 2c9bf229e1
commit 0c1b80faab
10 changed files with 57 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
# Global git config files rooted in `$XDG_CONFIG_HOME/git/` or `$HOME/.config/git/`
# See e.g. https://git-scm.com/docs/git-config#FILES
[mappings]
"Git Config" = ["${XDG_CONFIG_HOME}/git/config", "${HOME}/.config/git/config"]
"Git Ignore" = ["${XDG_CONFIG_HOME}/git/ignore", "${HOME}/.config/git/ignore"]
"Git Attributes" = [
"${XDG_CONFIG_HOME}/git/attributes",
"${HOME}/.config/git/attributes",
]