pinwheel: Add work config for git
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
includes = [
|
includes = [
|
||||||
{ path = ./gitconfig; }
|
{ path = ./gitconfig; }
|
||||||
|
{
|
||||||
|
path = ./work-gitconfig;
|
||||||
|
condition = "gitdir:~/code/work/";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
3
hosts/pinwheel/modules/git/work-gitconfig
Normal file
3
hosts/pinwheel/modules/git/work-gitconfig
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[user]
|
||||||
|
name = Alexander Heldt
|
||||||
|
email = alexander.heldt@zebware.com
|
||||||
Reference in New Issue
Block a user