Use env variables for EDITOR and PAGER in git.
This commit is contained in:
@@ -35,8 +35,6 @@
|
|||||||
intercommit = !bash -c 'interdiff <(git show $1) <(git show $2) | less -FRS' -
|
intercommit = !bash -c 'interdiff <(git show $1) <(git show $2) | less -FRS' -
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
|
||||||
pager = less
|
|
||||||
whitespace = ""
|
whitespace = ""
|
||||||
excludesfile = "~/.gitignore_global"
|
excludesfile = "~/.gitignore_global"
|
||||||
[color]
|
[color]
|
||||||
|
|||||||
Reference in New Issue
Block a user