summaryrefslogtreecommitdiff
path: root/zsh/zscripts/nicegit.zsh
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2022-11-28 07:45:16 -0600
committerTimmy Keller <tjk@tjkeller.xyz>2022-11-28 07:45:16 -0600
commite6f936b731fcb7fd0f29e46e2b460606c3d723e7 (patch)
tree2b266b845a0aabfb131d278710ee98b6f91db540 /zsh/zscripts/nicegit.zsh
parent1973a92e5db6862586b91352d163fe9e827cc380 (diff)
downloaddotconfig-e6f936b731fcb7fd0f29e46e2b460606c3d723e7.tar.xz
dotconfig-e6f936b731fcb7fd0f29e46e2b460606c3d723e7.zip
asdf
Diffstat (limited to 'zsh/zscripts/nicegit.zsh')
-rwxr-xr-xzsh/zscripts/nicegit.zsh1
1 files changed, 1 insertions, 0 deletions
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() {