From 0283af5d0aa56a86c2800d6a0a4a699652105e04 Mon Sep 17 00:00:00 2001 From: Quentin Godefroid Date: Mon, 23 Jul 2018 12:12:29 +0200 Subject: [PATCH] change minor gitconfig --- config/gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/gitconfig b/config/gitconfig index 0135c2d..355634c 100644 --- a/config/gitconfig +++ b/config/gitconfig @@ -5,6 +5,9 @@ {{else if eq .Env.USER "quentin"}} name = "Quentin Godefroid" email = "quentin.git@godefroid.eu" +{{else if eq .Env.USER "hactar"}} + name = "Hactarus" + email = "hactarus.git@cresi.be" {{else}} name = "Hactarus" email = "hactarus.git@cresi.be"