diff options
-rw-r--r-- | common/commandline/git.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/commandline/git.nix b/common/commandline/git.nix index e3ca37f..165214f 100644 --- a/common/commandline/git.nix +++ b/common/commandline/git.nix | |||
@@ -21,6 +21,8 @@ inputs: | |||
21 | deltaCommand = "${pkgs.gitAndTools.delta}/bin/delta"; | 21 | deltaCommand = "${pkgs.gitAndTools.delta}/bin/delta"; |
22 | in | 22 | in |
23 | { | 23 | { |
24 | init.defaultBranch = "master"; | ||
25 | |||
24 | core = { | 26 | core = { |
25 | whitespace = "trailing-space,space-before-tab"; | 27 | whitespace = "trailing-space,space-before-tab"; |
26 | pager = deltaCommand; | 28 | pager = deltaCommand; |