mirror of
https://github.com/nix-community/home-manager
synced 2024-11-20 01:59:45 +01:00
git: unset pager
while using difftastic (#3633)
This commit is contained in:
parent
782cb855b2
commit
2f62da9837
1 changed files with 1 additions and 4 deletions
|
@ -527,10 +527,7 @@ in {
|
||||||
"--background ${cfg.difftastic.background}"
|
"--background ${cfg.difftastic.background}"
|
||||||
"--display ${cfg.difftastic.display}"
|
"--display ${cfg.difftastic.display}"
|
||||||
];
|
];
|
||||||
in {
|
in { diff.external = difftCommand; };
|
||||||
diff.external = difftCommand;
|
|
||||||
core.pager = "${pkgs.less}/bin/less -XF";
|
|
||||||
};
|
|
||||||
})
|
})
|
||||||
|
|
||||||
(mkIf cfg.delta.enable {
|
(mkIf cfg.delta.enable {
|
||||||
|
|
Loading…
Reference in a new issue