updated paths for go again
parent
7384f3f90f
commit
7855a28c5f
|
|
@ -9,7 +9,8 @@ else
|
||||||
export GOROOT="/usr/local/go"
|
export GOROOT="/usr/local/go"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PATH=${PATH}:${GOPATH}/bin
|
export GOBIN=${GOPATH}/bin
|
||||||
|
PATH=${PATH}:${GOBIN}
|
||||||
|
|
||||||
# see environ manfile
|
# see environ manfile
|
||||||
export EDITOR=vim # Default Editor
|
export EDITOR=vim # Default Editor
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue