zsh: update git aliases

This commit is contained in:
PowerUser64 2021-10-14 04:09:56 -07:00
parent 40d6e6ceb2
commit d966e5bcf6

4
.zshrc
View file

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