mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
[shell-common] add GOROOT bin to path
This commit is contained in:
@@ -20,7 +20,7 @@ export GOPATH=$HOME/go/
|
|||||||
export PATH=${GOPATH}bin:$PATH
|
export PATH=${GOPATH}bin:$PATH
|
||||||
if [ -z ${GOROOT+x} ] && [ -d /usr/local/go ]; then
|
if [ -z ${GOROOT+x} ] && [ -d /usr/local/go ]; then
|
||||||
export GOROOT=/usr/local/go/
|
export GOROOT=/usr/local/go/
|
||||||
export PATH=$PATH:$HOME/go/bin
|
export PATH=$PATH:$GOROOT/bin:$HOME/go/bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# https://github.com/oz/tz
|
# https://github.com/oz/tz
|
||||||
|
|||||||
Reference in New Issue
Block a user