From c7ebe60f2e5fb917ea032b8d693d517b7a2b4397 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 28 Feb 2020 20:07:19 +0100 Subject: Add gopath/bin to path --- .profile | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.profile') 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 -- cgit 1.4.1