Updated git editor to use env var

work
Adam Veldhousen 9 years ago
parent 02f856db26
commit 529d0c53fb

@ -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]

Loading…
Cancel
Save