mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
Set the jujutsu diff tool properly
This commit is contained in:
parent
152d5d259e
commit
fcfdf45ddc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ in {
|
|||
user.email = "git@${mailDomain}";
|
||||
|
||||
ui.default-command = "log";
|
||||
ui.diff = [ "${getExe pkgs.difftastic}" "--color" "always" "$left" "$right" ];
|
||||
ui.diff.tool = [ "${getExe pkgs.difftastic}" "--color" "always" "$left" "$right" ];
|
||||
|
||||
ui.conflict-marker-style = "snapshot";
|
||||
ui.graph.style = if config.theme.cornerRadius > 0 then "curved" else "square";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue