Adding delta to git config
Why: * This change addresses the need by: *
This commit is contained in:
@@ -26,7 +26,14 @@
|
||||
rb = "rebase";
|
||||
rbc = "rebase --continue";
|
||||
};
|
||||
extraConfig = {
|
||||
core = {
|
||||
editor = "nvim";
|
||||
pager = "delta";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.delta.enable = true;
|
||||
programs.gh.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user