mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-11 16:52:26 +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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user