diff --git a/.gitconfig b/.gitconfig index f3f8ef7..5c2a5e5 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,16 +1,19 @@ [init] - defaultBranch = main + defaultBranch = main [alias] - logs = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit - co = checkout - br = branch + logs = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit + co = checkout + br = branch [user] - useConfigOnly = true + useConfigOnly = true [includeIf "gitdir:~/work/"] - path = ~/work/.gitconfig + path = ~/work/.gitconfig [includeIf "gitdir:~/personal/"] - path = ~/personal/.gitconfig + path = ~/personal/.gitconfig + +[core] + editor = nvim