updated alias
This commit is contained in:
parent
20678ed3d6
commit
6fc5c7df44
7
aliasrc
7
aliasrc
@ -79,4 +79,9 @@ alias vim='vim'
|
||||
alias vi='vim'
|
||||
alias gds-start='sudo systemctl start openvpn-client@gds'
|
||||
alias gds-stop='sudo systemctl stop openvpn-client@gds'
|
||||
|
||||
gitpush() {
|
||||
git add .
|
||||
git commit -m "$*"
|
||||
git push
|
||||
}
|
||||
alias gp=gitpush
|
||||
|
Reference in New Issue
Block a user