home/git: Only open big diffs in a pager
Small diffs (less than one screen) get just printed to the terminal
This commit is contained in:
parent
a81d311137
commit
19c9520f75
|
@ -15,6 +15,9 @@
|
|||
signByDefault = true;
|
||||
};
|
||||
extraConfig = {
|
||||
"core" = {
|
||||
pager = "less -F -X";
|
||||
};
|
||||
"init" = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue