Skip to content

Commit

Permalink
feat(git): add difftool.dyff
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Apr 29, 2024
1 parent 8989e8c commit fc53a56
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.15.1
8.16.0
1 change: 1 addition & 0 deletions config/git/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
};

difftool = {
dyff.cmd = "dyff --color on between --omit-header \"$LOCAL\" \"$REMOTE\"";
pdfdiffer.cmd = "diff-pdf --view \"$LOCAL\" \"$REMOTE\"";
prompt = false;
trustExitCode = true;
Expand Down
1 change: 1 addition & 0 deletions config/git/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
home.packages = with pkgs; (
[
diff-pdf
dyff
git
github-cli
kdiff3
Expand Down
1 change: 1 addition & 0 deletions src/config/git/config.nw
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Configure Git.
};

difftool = {
dyff.cmd = "dyff --color on between --omit-header \"$LOCAL\" \"$REMOTE\"";
pdfdiffer.cmd = "diff-pdf --view \"$LOCAL\" \"$REMOTE\"";
prompt = false;
trustExitCode = true;
Expand Down
1 change: 1 addition & 0 deletions src/config/git/packages.nw
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
home.packages = with pkgs; (
[
diff-pdf
dyff
git
github-cli
kdiff3
Expand Down

0 comments on commit fc53a56

Please sign in to comment.