diff options
author | Ben Sima <ben@bsima.me> | 2018-11-07 16:09:43 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-11-07 16:09:43 -0800 |
commit | 1abaa391296ac8fcb2b84f633104408b66919d32 (patch) | |
tree | e4dd78d651a52631551e073c22d849cc905a54d9 | |
parent | e30af03737bc364838f117ab4ac20982e21131f8 (diff) |
Add git authors alias
-rw-r--r-- | home.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -197,6 +197,9 @@ in userEmail = "ben@bsima.me"; ignores = [ "*~" "*.swp" ]; package = pkgs.gitAndTools.gitFull; + aliases = { + authors = "shortlog -s -n"; + }; extraConfig = '' [push] default = simple |