git: always show diff in commit editor
This commit is contained in:
parent
f17fcedbfe
commit
96f34b25f0
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ in {
|
||||||
diff-so-fancy.enable = true;
|
diff-so-fancy.enable = true;
|
||||||
# set editor
|
# set editor
|
||||||
extraConfig.core.editor = "nvim";
|
extraConfig.core.editor = "nvim";
|
||||||
|
# always show diff in commits
|
||||||
|
extraConfig.commit.verbose = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue