Skip to content

Commit

Permalink
Update golang.plugin.zsh (ohmyzsh#6750)
Browse files Browse the repository at this point in the history
add alias to cd to $GOPATH, $GOPATH/src, $GOPATH/bin
  • Loading branch information
mashumafi authored and chihchun committed Aug 6, 2019
1 parent 847d075 commit 19669c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/golang/golang.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 19669c9

Please sign in to comment.