git and zsh: moves git aliases to .gitconfig

This commit is contained in:
PowerUser64 2021-10-24 11:47:56 -07:00
parent 4509bb2abb
commit e6b249d41c
2 changed files with 1 additions and 9 deletions

8
.zshrc
View file

@ -67,14 +67,6 @@
alias mkd=mkdir
# Git aliases
alias \
g='git' \
gs='git status' \
gp='git push' \
gc='git commit' \
gca='git commit -a' \
# <<<
## Program improvements (ex: ls = ls -h) >>>
alias sudo='sudo ' # allow using aliases in sudo commands