update plugins

This commit is contained in:
Owen LeJeune
2021-07-06 10:00:48 -04:00
parent f80f08daaf
commit 2d5db91437
8 changed files with 685 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ alias gbranchd="git branch -D"
alias grnmbranch="gbranch -m"
alias gpushb="git push origin"
alias gundoc="git reset HEAD~"
alias gundo="git reset HEAD~1"
alias greset="git checkout --"
function gpush() {