Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
8ec09376
Commit
8ec09376
authored
Aug 29, 2018
by
Matthew Murphy
Committed by
Robby Russell
Aug 29, 2018
Browse files
Update golang.plugin.zsh (#6750)
add alias to cd to $GOPATH, $GOPATH/src, $GOPATH/bin
parent
5cc6de67
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/golang/golang.plugin.zsh
View file @
8ec09376
...
...
@@ -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'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment