From 42c53e5021dbff5a14532fce7388a82046092d65 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 9 Jan 2023 11:13:02 +0000 Subject: [PATCH] Update file config.tmpl --- home/private_dot_config/git/config.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home/private_dot_config/git/config.tmpl b/home/private_dot_config/git/config.tmpl index 7095b917..122ffc40 100644 --- a/home/private_dot_config/git/config.tmpl +++ b/home/private_dot_config/git/config.tmpl @@ -1,6 +1,6 @@ [include] - path = ${XDG_DATA_HOME}/delta/themes.gitconfig - path = ${XDG_CONFIG_HOME}/git/local.toml + path = ~/.local/share/delta/themes.gitconfig + path = ~/.config/git/local.toml [advice] detachedHead = false [alias] @@ -50,12 +50,12 @@ changed = green untracked = cyan [commit] - template = ${XDG_CONFIG_HOME}/git/commit-template + template = ~/.config/git/commit-template [core] editor = vi - excludesfile = ${XDG_CONFIG_HOME}/git/ignore + excludesfile = ~/.config/git/ignore autocrlf = input - attributesfile = ${XDG_CONFIG_HOME}/git/attributes + attributesfile = ~/.config/git/attributes editor = code --wait eol = lf fileMode = false @@ -112,7 +112,7 @@ autocorrect = 20 [init] defaultBranch = master - templatedir = ${XDG_CONFIG_HOME}/git/template + templatedir = ~/.config/git/template [interactive] diffFilter = delta --color-only --features=interactive [merge]