From 2c294db05f3990dc7c1f959faf80983a9fe46d9b Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 24 Sep 2021 01:01:55 -0700 Subject: [PATCH] zsh: more git aliases --- .zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 06ad865..f6bcf47 100644 --- a/.zshrc +++ b/.zshrc @@ -62,9 +62,11 @@ # Git aliases alias \ - gst='git status' \ gc='git commit' \ - + gca='git commit -a' \ + gst='git status' \ + gp='git push' \ + # <<< ## Program improvements (ex: ls = ls -h) >>> alias df='df -h' # Human-readable sizes