Home-manager: Add a gl (good log) alias to git

This commit is contained in:
Zeph Levy 2025-12-11 14:08:46 +01:00
parent d651bead24
commit 618ad3c754

View file

@ -10,6 +10,9 @@
init = { init = {
defaultBranch = "main"; defaultBranch = "main";
}; };
alias = {
gl = "log --graph --oneline --decorate";
};
credential.helper = "/run/current-system/sw/bin/git-credential-libsecret"; credential.helper = "/run/current-system/sw/bin/git-credential-libsecret";
pull.rebase = true; pull.rebase = true;
}; };