setup-env #1
@@ -13,8 +13,20 @@
|
|||||||
pull = { rebase = true; };
|
pull = { rebase = true; };
|
||||||
fetch = { prune = true; };
|
fetch = { prune = true; };
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
imports = [
|
includes = [
|
||||||
];
|
{
|
||||||
|
condition = "gitdir:~/git.noahknegt.com";
|
||||||
|
contents = {
|
||||||
|
userEmail = "git@noahknegt.com";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
condition = "gitdir:~/open-source";
|
||||||
|
contents = {
|
||||||
|
userEmail = "git@noahknegt.com";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
Reference in New Issue
Block a user