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