git delta config

This commit is contained in:
Griffin Smith 2020-05-07 10:58:27 -04:00
parent 9ab4a9b2e4
commit 2e03eba922

View file

@ -47,6 +47,15 @@
github.user = "glittershark";
merge.conflictstyle = "diff3";
};
delta = {
enable = true;
options = [
"--theme 'Solarized (light)'"
"--hunk-style" "plain"
"--commit-style" "box"
];
};
};
home.file.".psqlrc".text = ''