Merge branch 'master' of github.com:ChrisTitusTech/zsh into master

This commit is contained in:
ChrisTitusTech 2020-09-08 12:01:22 -05:00
commit 3494bece8f
2 changed files with 27 additions and 6 deletions

View file

@ -82,6 +82,7 @@ alias gds-stop='sudo systemctl stop openvpn-client@gds'
gitpush() {
git add .
git commit -m "$*"
git pull
git push
}
gitupdate() {