Commit 8ec09376 authored by Matthew Murphy's avatar Matthew Murphy Committed by Robby Russell
Browse files

Update golang.plugin.zsh (#6750)

add alias to cd to $GOPATH, $GOPATH/src, $GOPATH/bin
parent 5cc6de67
......@@ -188,6 +188,9 @@ alias gofa='go fmt ./...'
alias gog='go get'
alias goi='go install'
alias gol='go list'
alias gop='cd $GOPATH'
alias gopb='cd $GOPATH/bin'
alias gops='cd $GOPATH/src'
alias gor='go run'
alias got='go test'
alias gov='go vet'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment