diff options
Diffstat (limited to '')
-rw-r--r-- | modules/home/pkgs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/pkgs/default.nix b/modules/home/pkgs/default.nix index 372572b2..e7b269ac 100644 --- a/modules/home/pkgs/default.nix +++ b/modules/home/pkgs/default.nix @@ -195,6 +195,7 @@ with pkgs; let git # the fast distributed version control system 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 glow # Command-line markdown renderer ]; }; |