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) >>>