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"