diff --git a/modules/home/git.nix b/modules/home/git.nix index fc60996..759f5c6 100644 --- a/modules/home/git.nix +++ b/modules/home/git.nix @@ -9,6 +9,8 @@ extraConfig = { init.defaultBranch = "master"; credential.helper = "store"; + alias.stat = "status"; + alias.lg = "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%Creset' --abbrev-commit"; }; };