From 6aad073e4298e3e7eb8649b47529a3af2dee07c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 10 May 2016 11:57:50 +0200 Subject: [PATCH] Use env variables for EDITOR and PAGER in git. --- git/gitconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/git/gitconfig b/git/gitconfig index 6207f24..5f4531d 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -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]