add goroot to default PATH

This commit is contained in:
creme 2019-09-22 13:06:20 +02:00
parent e6ad9578c8
commit 6e1918e632
Signed by untrusted user: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ export BBJ_USER=$USER
# latest GO
export GOROOT=/usr/local/go
export PATH=$GOROOT/bin:$PATH
if [[ ! $TERM =~ screen ]] || [[ ! $TMUX =~ tmux ]]; then