From a82586a89ccd642d74572df78b4cc381f790eff6 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sat, 21 Dec 2024 23:53:36 +0100 Subject: [PATCH] Order matters. --- config/git/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/git/config b/config/git/config index 291a22f..3413630 100644 --- a/config/git/config +++ b/config/git/config @@ -1,6 +1,3 @@ -[include] - path = ~/.local/config/git - [alias] l = "!git log --graph --abbrev-commit --date=short --pretty=format:'%Cred%h%Creset %Cgreen%cr%Creset: %s : %C(bold blue)%an%Creset %C(yellow)%d%Creset'" [color] @@ -26,3 +23,6 @@ default = current [status] short = true + +[include] + path = ~/.local/config/git