Added go bins to path
This commit is contained in:
parent
84528f514c
commit
d7ce3fa2d4
1 changed files with 4 additions and 0 deletions
4
.local/dotfiles/environment/goenv.zsh
Normal file
4
.local/dotfiles/environment/goenv.zsh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
if go env GOPATH &>/dev/null; then
|
||||||
|
export PATH="${PATH}:$(go env GOPATH)/bin"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue