1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Enable difftastic

This commit is contained in:
RGBCube 2024-02-11 13:45:37 +03:00
parent d278e3223b
commit 2476388702
No known key found for this signature in database

View file

@ -28,7 +28,7 @@
gl = "git log";
glo = "git log --oneline";
glp = "git log -p --full-diff";
glp = "git log -p --ext-diff";
gpl = "git pull";
gplr = "git pull --rebase";
@ -51,7 +51,7 @@
gsw = "git switch";
gswm = "git switch master";
gsh = "git show";
gsh = "git show --ext-diff";
gst = "git status";
};
@ -77,6 +77,10 @@
lfs = enabled {};
difftastic = enabled {
background = "dark";
};
extraConfig = {
init.defaultBranch = "master";
push.autoSetupRemote = true;