From 4b2ddabb7453449677aa18cd85f48166053dfecf Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 25 Sep 2021 02:21:22 -0700 Subject: [PATCH] zsh: new git alias: 'g' --- .zshrc | 1 + 1 file changed, 1 insertion(+) 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' \