Home-manager: Add a gl (good log) alias to git
This commit is contained in:
parent
d651bead24
commit
618ad3c754
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@
|
|||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
alias = {
|
||||
gl = "log --graph --oneline --decorate";
|
||||
};
|
||||
credential.helper = "/run/current-system/sw/bin/git-credential-libsecret";
|
||||
pull.rebase = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue