Add git delta
This commit is contained in:
parent
5697a00b60
commit
aa40311313
|
@ -43,6 +43,18 @@
|
|||
rebase.autosquash = true;
|
||||
pull.rebase = true;
|
||||
};
|
||||
|
||||
delta = {
|
||||
enable = true;
|
||||
options = {
|
||||
blame-format = "{timestamp:<15} {author:<18.18} {commit:<8}";
|
||||
file-modified-label = "modified:";
|
||||
hunk-header-decoration-style = "blue ul ol";
|
||||
line-numbers = true;
|
||||
navigate = true;
|
||||
navigate-regex = "^(commit|added:|removed:|renamed:|modified:)";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
starship = {
|
||||
|
|
Loading…
Reference in New Issue