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 # Git aliases
alias \ alias \
g='git' \ g='git' \
gs='git status' \
gp='git push' \
gc='git commit' \ gc='git commit' \
gca='git commit -a' \ gca='git commit -a' \
gst='git status' \
gp='git push' \
# <<< # <<<
## Program improvements (ex: ls = ls -h) >>> ## Program improvements (ex: ls = ls -h) >>>