zshrc: Add alias

This commit is contained in:
Rob Watson 2021-04-03 10:46:29 +02:00
parent fb399bc07d
commit 66edb6b754
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -65,6 +65,7 @@ alias gb="go build"
alias gc="git commit"
alias gd="git diff"
alias gg="go get"
alias gl="git pull"
alias gp="git push"
alias gst="git status"
alias gt="go test"