Update file config.tmpl

This commit is contained in:
Brian Zalewski 2023-01-09 11:13:02 +00:00
parent 69926a7775
commit 42c53e5021

View file

@ -1,6 +1,6 @@
[include] [include]
path = ${XDG_DATA_HOME}/delta/themes.gitconfig path = ~/.local/share/delta/themes.gitconfig
path = ${XDG_CONFIG_HOME}/git/local.toml path = ~/.config/git/local.toml
[advice] [advice]
detachedHead = false detachedHead = false
[alias] [alias]
@ -50,12 +50,12 @@
changed = green changed = green
untracked = cyan untracked = cyan
[commit] [commit]
template = ${XDG_CONFIG_HOME}/git/commit-template template = ~/.config/git/commit-template
[core] [core]
editor = vi editor = vi
excludesfile = ${XDG_CONFIG_HOME}/git/ignore excludesfile = ~/.config/git/ignore
autocrlf = input autocrlf = input
attributesfile = ${XDG_CONFIG_HOME}/git/attributes attributesfile = ~/.config/git/attributes
editor = code --wait editor = code --wait
eol = lf eol = lf
fileMode = false fileMode = false
@ -112,7 +112,7 @@
autocorrect = 20 autocorrect = 20
[init] [init]
defaultBranch = master defaultBranch = master
templatedir = ${XDG_CONFIG_HOME}/git/template templatedir = ~/.config/git/template
[interactive] [interactive]
diffFilter = delta --color-only --features=interactive diffFilter = delta --color-only --features=interactive
[merge] [merge]