diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-06-05 10:34:01 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-06-05 10:34:01 -0500 |
commit | d6df1166552394a332799c84c5c40443dc4c434b (patch) | |
tree | b854584c13211c17e57d37e6086f30f2616a6a7f /zscripts/nicegit.zsh | |
parent | 3667b563069bb4ce0fbae66a114ff1173cf11ff7 (diff) | |
download | zsh-d6df1166552394a332799c84c5c40443dc4c434b.tar.xz zsh-d6df1166552394a332799c84c5c40443dc4c434b.zip |
add / change aliases for git status and grep
Diffstat (limited to 'zscripts/nicegit.zsh')
-rwxr-xr-x | zscripts/nicegit.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
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"' \ |