use diff-so-fancy only at the point of execution
This commit is contained in:
parent
097dd2ec9c
commit
a98194c8b6
2 changed files with 2 additions and 3 deletions
|
@ -16,7 +16,6 @@
|
|||
fontconfig
|
||||
genpass
|
||||
git
|
||||
gitAndTools.diff-so-fancy
|
||||
gnupg
|
||||
hsetroot
|
||||
htop
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
credential = { helper ="cache"; };
|
||||
core = { pager = "cat"; };
|
||||
pager = {
|
||||
diff = "diff-so-fancy | less --tabs=1,5 -RFX";
|
||||
show = "diff-so-fancy | less --tabs=1,5 -RFX";
|
||||
diff = "${pkgs.gitAndTools.diff-so-fancy}/bin/diff-so-fancy | less --tabs=1,5 -RFX";
|
||||
show = "${pkgs.gitAndTools.diff-so-fancy}/bin/diff-so-fancy | less --tabs=1,5 -RFX";
|
||||
};
|
||||
};
|
||||
aliases =
|
||||
|
|
Loading…
Reference in a new issue