From c6e29c9ebef761f27829ed991700550b1fd1e811 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 25 May 2024 18:02:15 +0200 Subject: feat(pkgs): Add a `git-cleanup` script --- modules/home/pkgs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/home/pkgs') diff --git a/modules/home/pkgs/default.nix b/modules/home/pkgs/default.nix index e7b269ac..cfbe30a8 100644 --- a/modules/home/pkgs/default.nix +++ b/modules/home/pkgs/default.nix @@ -196,6 +196,7 @@ with pkgs; let git-absorb # git commit --fixup, but automatic git-edit-index # Allows you to edit the indexed version of a file git-cm # A wrapper that re-adds the last commit's subject + git-cleanup # An automatic merged branch deleter glow # Command-line markdown renderer ]; }; -- cgit 1.4.1