summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-11-07 16:09:43 -0800
committerBen Sima <ben@bsima.me>2018-11-07 16:09:43 -0800
commit1abaa391296ac8fcb2b84f633104408b66919d32 (patch)
treee4dd78d651a52631551e073c22d849cc905a54d9
parente30af03737bc364838f117ab4ac20982e21131f8 (diff)
Add git authors alias
-rw-r--r--home.nix3
1 files changed, 3 insertions, 0 deletions
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