Merge branch 'master' of github.com:ChrisTitusTech/zsh into master
This commit is contained in:
commit
3494bece8f
2 changed files with 27 additions and 6 deletions
1
aliasrc
1
aliasrc
|
@ -82,6 +82,7 @@ alias gds-stop='sudo systemctl stop openvpn-client@gds'
|
|||
gitpush() {
|
||||
git add .
|
||||
git commit -m "$*"
|
||||
git pull
|
||||
git push
|
||||
}
|
||||
gitupdate() {
|
||||
|
|
Reference in a new issue