dotfiles/.config/shell/login.d/go.sh

4 lines
153 B
Bash
Raw Normal View History

# //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"