summary refs log tree commit diff
path: root/modules/home
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/home/common.nix b/modules/home/common.nix
index e59f195..52cdf11 100644
--- a/modules/home/common.nix
+++ b/modules/home/common.nix
@@ -23,6 +23,11 @@
         "*~"
         "[._]*.sw?"
       ];
+      aliases = {
+        "skip" = "update-index --skip-worktree";
+        "unskip" = "update-index --no-skip-worktree";
+      };
+
       extraConfig.init.defaultBranch = "main";
     };