From 0164ec27ff7e1ed7db9188f66398bd639b1b2f28 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Wed, 8 Aug 2018 13:34:26 +0200 Subject: [PATCH] Rename git local config to .gitconfig.local --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 5331f30..6fe2a4f 100644 --- a/.config/git/config +++ b/.config/git/config @@ -103,4 +103,4 @@ cscope = "!sh -c '[ -f .git/hooks/cscope ] || git init; .git/hooks/cscope' git-cscope" [include] - path = ~/.config/git/config.local + path = ~/.gitconfig.local -- 2.43.0