Updated git editor to use env var

moveTools
Adam Veldhousen 9 years ago
parent 3bac2763d5
commit b2a0c42d14

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