git delta config
This commit is contained in:
parent
9ab4a9b2e4
commit
2e03eba922
1 changed files with 9 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue