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