diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-11-28 07:45:16 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-11-28 07:45:16 -0600 |
commit | e6f936b731fcb7fd0f29e46e2b460606c3d723e7 (patch) | |
tree | 2b266b845a0aabfb131d278710ee98b6f91db540 /zsh/zscripts/nicegit.zsh | |
parent | 1973a92e5db6862586b91352d163fe9e827cc380 (diff) | |
download | dotconfig-e6f936b731fcb7fd0f29e46e2b460606c3d723e7.tar.xz dotconfig-e6f936b731fcb7fd0f29e46e2b460606c3d723e7.zip |
asdf
Diffstat (limited to 'zsh/zscripts/nicegit.zsh')
-rwxr-xr-x | zsh/zscripts/nicegit.zsh | 1 |
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() { |