dotfiles/.config/shell/login.d/go.sh
Marty Oehme 0187636e22 Change gopath to default to the new project folder
Moved from Code folder which is deprecated.
2019-07-03 11:48:27 +02:00

4 lines
153 B
Bash

# //FIXME this needs to get the hell out of here -> put it in an env loading file
export GOPATH="$HOME/projects/gopath/"
export PATH="$PATH:$GOPATH/bin"