From d966e5bcf68637c5ff1b19ac29da9b4c38fd81ca Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 14 Oct 2021 04:09:56 -0700 Subject: [PATCH] zsh: update git aliases --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 9f84c4b..ec21923 100644 --- a/.zshrc +++ b/.zshrc @@ -72,10 +72,10 @@ # Git aliases alias \ g='git' \ + gs='git status' \ + gp='git push' \ gc='git commit' \ gca='git commit -a' \ - gst='git status' \ - gp='git push' \ # <<< ## Program improvements (ex: ls = ls -h) >>>