From e6f936b731fcb7fd0f29e46e2b460606c3d723e7 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Mon, 28 Nov 2022 07:45:16 -0600 Subject: asdf --- zsh/zscripts/nicegit.zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh/zscripts/nicegit.zsh') diff --git a/zsh/zscripts/nicegit.zsh b/zsh/zscripts/nicegit.zsh index faa7987..276d98e 100755 --- a/zsh/zscripts/nicegit.zsh +++ b/zsh/zscripts/nicegit.zsh @@ -5,6 +5,7 @@ alias \ gpl="git pull" \ gph="git push" \ gl="git log" \ + gldaily='git log --pretty="format:- %s" --after="00:00" --before="24:00"' \ function gc() { -- cgit v1.2.3