summary refs log tree commit diff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile5
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