diff options
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() { |