From d6df1166552394a332799c84c5c40443dc4c434b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 5 Jun 2025 10:34:01 -0500 Subject: add / change aliases for git status and grep --- zscripts/nicegit.zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'zscripts/nicegit.zsh') diff --git a/zscripts/nicegit.zsh b/zscripts/nicegit.zsh index e422fb0..f9be202 100755 --- a/zscripts/nicegit.zsh +++ b/zscripts/nicegit.zsh @@ -5,6 +5,7 @@ alias \ gpl="git pull" \ gph="git push" \ gl="git log" \ + gs="git status" \ gldaily='git log --pretty="format:- %s" --after="00:00" --before="24:00"' \ -- cgit v1.2.3