Upgrade nevim-config and git-fame alias

This commit is contained in:
Snoweuph 2025-02-27 01:33:22 +01:00
parent 969ec2e107
commit 07a19043ec
Signed by: snoweuph
GPG key ID: BEFC41DA223CEC55
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit bdb2c2415a68180fc065c56e241aabdc7fb64998
Subproject commit 073aa72a2596e917f30e9288a5eaff2476afa734

View file

@ -29,3 +29,4 @@
prune-branches = "!git fetch -p && git branch -vv | grep ': gone]' | awk '{print $1}' | xargs -r git branch -d"
show-last-commit = diff HEAD^
unstage = "restore --staged"
fame="!git ls-files | while read f; do git blame -w -C -M --line-porcelain -- \"$f\" | grep -I '^author '; done | sort -f | uniq -ic | sort -nr | { echo '----- hidden ---------------'; cat; } | column -t -l 3 -N LINES,hide,AUTHOR -H hide -o ' | '"