dotfiles/bash/bash_export
Quentin Godefroid c5c1de74c9 [NEW] Bin dir
2017-11-21 10:27:50 +01:00

3 lines
85 B
Bash

export GOROOT=$HOME/go
export GOPATH=$GOROOT/bin
export PATH=~/bin:$PATH:$GOROOT/bin