home: git: inline EPITA configuration include
This commit is contained in:
parent
dd48089a82
commit
0bfc92b09c
2 changed files with 9 additions and 5 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
[user]
|
||||
email = bruno.belanyi@epita.fr
|
||||
name = Bruno BELANYI
|
||||
# vim: set ft=gitconfig:
|
||||
Loading…
Add table
Add a link
Reference in a new issue