diff --git a/shell-common/.config/shell-common/exports.sh b/shell-common/.config/shell-common/exports.sh index 21863ae..9167414 100644 --- a/shell-common/.config/shell-common/exports.sh +++ b/shell-common/.config/shell-common/exports.sh @@ -20,7 +20,7 @@ export GOPATH=$HOME/go/ export PATH=${GOPATH}bin:$PATH if [ -z ${GOROOT+x} ] && [ -d /usr/local/go ]; then export GOROOT=/usr/local/go/ - export PATH=$PATH:$HOME/go/bin + export PATH=$PATH:$GOROOT/bin:$HOME/go/bin fi # https://github.com/oz/tz