[shell] Adds lots of little utilities

This commit is contained in:
2025-05-26 20:37:34 -07:00
parent 2253423fc4
commit 30ad37c30f
5 changed files with 55 additions and 22 deletions

View File

@@ -12,9 +12,6 @@
"l" = "log --oneline";
};
extraConfig = {
core = {
pager = "";
};
pull = {
rebase = true;
};
@@ -25,5 +22,7 @@
defaultBranch = "main";
};
};
# Enable the delta diff pager.
delta.enable = true;
};
}