diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index 2110bd2..20288b8 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -2,6 +2,12 @@ name = Maxim Likhachev email = envrm@yandex.ru +[includeIf "gitdir:~/FILES/Projects/Work/"] + path = ~/.gitconfig-work + +[init] + defaultBranch = master # WLM + [core] # pager = "less -R -X --ignore-case -w --jump-target=.5" pager = delta @@ -13,10 +19,11 @@ safecrlf = warn [delta] - light = true - syntax-theme = "OneHalfLight" commit-style = box file-style = box + light = true + navigate = true + syntax-theme = "OneHalfLight" [gui] wmstate = normal