aboutsummaryrefslogtreecommitdiff
path: root/modules/git.home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git.home.nix')
-rw-r--r--modules/git.home.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/git.home.nix b/modules/git.home.nix
index df13d2c..0622128 100644
--- a/modules/git.home.nix
+++ b/modules/git.home.nix
@@ -51,6 +51,7 @@
"tags.temp"
"ayak.sh"
".direnv"
+ ".local.lua"
];
aliases = {
ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi";
@@ -94,7 +95,7 @@
whitespace = "red reverse";
};
pull = {
- rebase = false;
+ rebase = true;
};
# pager = {
# diff = "${pkgs.delta}/bin/delta --color-only";