Updated git editor to use env var

work
Adam Veldhousen 2015-05-11 17:02:23 -05:00
parent 02f856db26
commit 529d0c53fb
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@
# More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>
trustctime = false
autocrlf = input
editor = "~/Tools/vim/gvim.exe"
editor = $EDITOR
[color]
# Use colors in Git commands that are capable of colored output when
@ -135,7 +135,7 @@
[pull]
default = current
[user]
email = adamveld12@gmail.com
email = adam.veldhousen@mtmrecognition.com
name = Adam Veldhousen
signingkey = 415C0B9C
[commit]