From aee6906d892bb1c9262f54e8af65e84338b8e3c5 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 10 May 2026 18:57:34 +0200 Subject: home/minimal: git alias for counting changes per file --- home/home-minimal.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/home-minimal.nix b/home/home-minimal.nix index 98ba513..32075d8 100644 --- a/home/home-minimal.nix +++ b/home/home-minimal.nix @@ -156,6 +156,7 @@ alias = { search = "!git log --format='tformat:%h %cs %s' --no-show-signature | fzf --multi --preview 'git show {+1}|bat -p -lpatch --color=always' | cut -f1 -d\" \" | wl-copy -n && wl-paste"; where = "!fish -c git-where"; + changes = "!git log --format=format: --name-only --since='1 year ago' | sort | uniq -c | sort -nr | head -20"; }; merge.mergiraf = { -- cgit v1.2.3