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