fix: use correct difftastic settings
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
43e348b732
commit
de68762f22
1 changed files with 7 additions and 6 deletions
|
|
@ -61,18 +61,19 @@ in
|
||||||
|
|
||||||
# sign your commits!
|
# sign your commits!
|
||||||
commit.gpgsign = true;
|
commit.gpgsign = true;
|
||||||
|
|
||||||
# use difftastic
|
|
||||||
difftastic = {
|
|
||||||
enable = true;
|
|
||||||
enableAsDifftool = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# This is optional, as `git identity` will call the `git-identity` script by itself, however
|
# This is optional, as `git identity` will call the `git-identity` script by itself, however
|
||||||
# setting it up explicitly as an alias gives you autocomplete
|
# setting it up explicitly as an alias gives you autocomplete
|
||||||
aliases = {
|
aliases = {
|
||||||
identity = "! git-identity";
|
identity = "! git-identity";
|
||||||
id = "! git-identity";
|
id = "! git-identity";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# use difftastic
|
||||||
|
difftastic = {
|
||||||
|
enable = true;
|
||||||
|
enableAsDifftool = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue