Use env variables for EDITOR and PAGER in git.

This commit is contained in:
2016-05-10 11:57:50 +02:00
parent 63947c7c1d
commit 6aad073e42

View File

@@ -35,8 +35,6 @@
intercommit = !bash -c 'interdiff <(git show $1) <(git show $2) | less -FRS' -
[core]
editor = vim
pager = less
whitespace = ""
excludesfile = "~/.gitignore_global"
[color]