fix conditional .gitconfig

This commit is contained in:
Emile Clark-Boman 2025-10-08 10:39:41 +10:00
parent d26b8af26f
commit c46d9665a1

View file

@ -33,13 +33,19 @@
"github:"
];
};
"https://gitlab.com/" = {
insteadOf = [
"gl:"
"gitlab:"
];
};
};
};
includes = [
{
path = "/home/me/agribit/.gitconfig";
condition = "gitdir:/home/me/agribit/";
condition = "gitdir:/home/me/agribit/**";
}
];
};