crlf stuff and manual editor
This commit is contained in:
parent
6937d7b166
commit
637d56fc76
1 changed files with 5 additions and 0 deletions
5
home.nix
5
home.nix
|
@ -110,6 +110,11 @@
|
|||
graph = "log --graph --decorate --pretty=oneline --abbrev-commit";
|
||||
};
|
||||
extraConfig = {
|
||||
core = {
|
||||
editor = "nvim";
|
||||
autocrlf = false;
|
||||
safecrlf = true;
|
||||
};
|
||||
credential = {
|
||||
helper = [
|
||||
"cache --timeout 7200"
|
||||
|
|
Loading…
Reference in a new issue