Added go bins to path

This commit is contained in:
Eric Renfro 2023-11-14 02:49:18 -05:00
parent 84528f514c
commit d7ce3fa2d4
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
if go env GOPATH &>/dev/null; then
export PATH="${PATH}:$(go env GOPATH)/bin"
fi