Remove GOROOT (leave for autodetect)

This commit is contained in:
2019-09-23 15:54:00 +02:00
parent 3cdbb8f73d
commit a8eafa0dc9

View File

@@ -71,7 +71,6 @@ export BROWSER=google-chrome
export PAGER='less -R -F -X -S -n -i -m'
export GOPATH="$HOME/src/go"
export GOROOT="$HOME/pkg/go"
export PATH="$HOME/bin:$PATH"
if [ -d "$HOME/.gem/ruby" ]; then
@@ -84,7 +83,6 @@ if [ -d "$HOME/Android/Sdk" ]; then
PATH+=":$ANDROID_SDK_ROOT/tools:$ANDROID_SDK_ROOT/platform-tools"
fi
for extras in \
"$GOROOT/bin" \
"$GOPATH/bin" \
"$HOME/.local/bin" \
"$HOME/.npm/bin" \