diff options
| -rw-r--r-- | .profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.profile b/.profile index bc2e458..b9088ab 100644 --- a/.profile +++ b/.profile @@ -7,6 +7,11 @@ if [ -d "${HOME}/AppImages" ]; then pathappend "${HOME}/AppImages" fi +export GOPATH="${HOME}/go" +if [ -d "${GOPATH}" ]; then + pathappend "${GOPATH}/bin" +fi + # Use the new build backend in docker export DOCKER_BUILDKIT=1 |