home: git: inline EPITA configuration include

This commit is contained in:
Bruno BELANYI 2021-10-12 21:11:46 +02:00
parent ef07c9ff43
commit e475855e18
2 changed files with 9 additions and 5 deletions

View File

@ -122,7 +122,15 @@ in
# Multiple identities
includes = [
{ path = ./epita.config; condition = "gitdir:~/git/EPITA/"; }
{
condition = "gitdir:~/git/EPITA/";
contents = {
user = {
name = "Bruno BELANYI";
email = mkMailAddress "bruno.belanyi" "epita.fr";
};
};
}
];
ignores =

View File

@ -1,4 +0,0 @@
[user]
email = bruno.belanyi@epita.fr
name = Bruno BELANYI
# vim: set ft=gitconfig: