mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
kitty/fix-git-integration: fix typo trustExistCode -> trustExitCode
see https://git-scm.com/docs/git-difftool#Documentation/git-difftool.txt-difftooltrustExitCode
This commit is contained in:
committed by
Matthieu Coudron
parent
c909892de5
commit
9c6f1307e1
@@ -506,7 +506,7 @@ in
|
||||
};
|
||||
difftool = {
|
||||
prompt = lib.mkDefault false;
|
||||
trustExistCode = lib.mkDefault true;
|
||||
trustExitCode = lib.mkDefault true;
|
||||
kitty = {
|
||||
cmd = "kitten diff $LOCAL $REMOTE";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user