From 1abaa391296ac8fcb2b84f633104408b66919d32 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 7 Nov 2018 16:09:43 -0800 Subject: Add git authors alias --- home.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index c147906..f118b39 100644 --- a/home.nix +++ b/home.nix @@ -197,6 +197,9 @@ in userEmail = "ben@bsima.me"; ignores = [ "*~" "*.swp" ]; package = pkgs.gitAndTools.gitFull; + aliases = { + authors = "shortlog -s -n"; + }; extraConfig = '' [push] default = simple -- cgit v1.2.3