pinwheel: Extract work related config to work module

This commit is contained in:
Alexander Heldt
2023-09-27 15:30:37 +02:00
parent bcd4fc418f
commit 7d54370900
5 changed files with 28 additions and 13 deletions

View File

@@ -6,10 +6,6 @@
includes = [
{ path = ./gitconfig; }
{
path = ./work-gitconfig;
condition = "gitdir:~/code/work/";
}
];
};
};

View File

@@ -1,3 +0,0 @@
[user]
name = Alexander Heldt
email = alexander.heldt@zebware.com