From f842b41e6643c02dce2818a9750e767c0700b499 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Thu, 11 Jan 2024 09:04:50 -0600 Subject: [PATCH] feat: git last Signed-off-by: jolheiser --- apps/nogui/git.nix | 1 + 1 file changed, 1 insertion(+) 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;