From 2b86d66dca91d41227115f6c9a34b94217fda74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 11 Nov 2024 22:31:49 +0100 Subject: [PATCH] Fix include of the gitcfg file --- git/gitconfig.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig.j2 b/git/gitconfig.j2 index 3aa6cbc..cd41469 100644 --- a/git/gitconfig.j2 +++ b/git/gitconfig.j2 @@ -123,7 +123,7 @@ [safe] directory = /var/lib/dotfiles directory = /var/lib/dotfiles/* -[includeIf "gitdir:/var/lib/dotfiles"] +[includeIf "gitdir:/var/lib/dotfiles/.git"] path = /var/lib/dotfiles/gitcfg [delta] navigate = true # use n and N to move between diff sections