From 0187636e22d1afdeff43a1d2d46d14107aba0637 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 3 Jul 2019 11:48:27 +0200 Subject: [PATCH] Change gopath to default to the new project folder Moved from Code folder which is deprecated. --- .config/shell/login.d/go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/login.d/go.sh b/.config/shell/login.d/go.sh index 2b54b7d..2a96326 100644 --- a/.config/shell/login.d/go.sh +++ b/.config/shell/login.d/go.sh @@ -1,3 +1,3 @@ # //FIXME this needs to get the hell out of here -> put it in an env loading file -export GOPATH="$HOME/Code/go" +export GOPATH="$HOME/projects/gopath/" export PATH="$PATH:$GOPATH/bin"