diff --git a/apps/nogui/git.nix b/apps/nogui/git.nix index b2b245c..2e51a87 100644 --- a/apps/nogui/git.nix +++ b/apps/nogui/git.nix @@ -25,6 +25,7 @@ in { fo = "fetch origin"; dh = "diff HEAD"; unstage = "restore --staged"; + last = "log --show-signature --format=fuller --max-count=1 HEAD"; tui = "!lazygit"; }; lfs.enable = true;