diff options
Diffstat (limited to '')
-rw-r--r-- | modules/home/pkgs/default.nix | 1 | ||||
-rwxr-xr-x | pkgs/by-name/gi/git-cm/git-commit.sh (renamed from modules/home/conf/git/scripts/commit.sh) | 0 |
2 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 ]; }; diff --git a/modules/home/conf/git/scripts/commit.sh b/pkgs/by-name/gi/git-cm/git-commit.sh index 2204e4d6..2204e4d6 100755 --- a/modules/home/conf/git/scripts/commit.sh +++ b/pkgs/by-name/gi/git-cm/git-commit.sh |