home: git: add EPITA identity
Make it conditional on the repositorie's path, as with the Arch configuration.
This commit is contained in:
parent
12712f3f77
commit
d5ec493b92
2 changed files with 9 additions and 0 deletions
|
|
@ -91,5 +91,10 @@
|
|||
autoStash = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Multiple identities
|
||||
includes = [
|
||||
{ path = ./epita.config; condition = "gitdir:~/git/EPITA/"; }
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue