From cb7ebc0438f42160f2af2372c246913da22ac67c Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Sat, 4 Mar 2023 12:17:13 +0000 Subject: [PATCH] Cleaned up gitconfig. --- dot_gitconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dot_gitconfig b/dot_gitconfig index c567e22..ff2240b 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -1,3 +1,6 @@ +[core] + editor = vi + excludesfile = ./.gitignore_global [include] path = .gituser # Store personal data in external file [alias] @@ -10,7 +13,7 @@ ls = ls-files pl = pull ps = push - r = rebase + r = rebase s = status sa = stash apply sc = stash clear @@ -44,7 +47,4 @@ autoSetupRemote = true [pull] rebase = true -[core] - editor = nvim - excludesfile = /Users/felix.delattre/.gitignore_global