diff --git a/.gitconfig b/.gitconfig index 23446d8..a8bebaf 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,6 +9,7 @@ excludesfile = ~/.gitignore quotepath = false sparecheckout = true + editor = nvim [alias] g = grep --break --heading --line-number standup = !git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`