From: Jannik ZANDER Date: Wed, 8 Aug 2018 11:34:26 +0000 (+0200) Subject: Rename git local config to .gitconfig.local X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=0164ec27ff7e1ed7db9188f66398bd639b1b2f28;p=dotfiles.git Rename git local config to .gitconfig.local --- 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