move gitconfig, add nanorc

This commit is contained in:
Hactarus 2018-05-23 12:12:57 +00:00
parent c648c6ebe6
commit 45f73d1b1b
3 changed files with 12 additions and 12 deletions

11
config/gitconfig Normal file
View file

@ -0,0 +1,11 @@
[user]
{{if eq .Env.USER "qgodefro"}}
name = "Quentin Godefroid"
email = "quentin.godefroid@corp.ovh.com"
{{else if eq .Env.USER "quentin"}}
name = "Quentin Godefroid"
email = "quentin.git@godefroid.eu"
{{else}}
name = "Hactarus"
email = "hactarus.git@cresi.be"
{{end}}