diff --git a/.zshrc b/.zshrc index c9aadf4..35014fe 100644 --- a/.zshrc +++ b/.zshrc @@ -62,6 +62,7 @@ # Git aliases alias \ + g='git' \ gc='git commit' \ gca='git commit -a' \ gst='git status' \