From fe5b2518e6b2dcc6127bcf4f713d45a5311fc67b Mon Sep 17 00:00:00 2001 From: hophacker Date: Sun, 16 Feb 2020 15:35:54 +0800 Subject: [PATCH] remove golang paths --- zsh/local.zsh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zsh/local.zsh b/zsh/local.zsh index 4b9d19c..26f3468 100644 --- a/zsh/local.zsh +++ b/zsh/local.zsh @@ -33,11 +33,6 @@ unset all_proxy ALL_PROXY export LC_CTYPE=en_US.UTF-8 export LC_ALL=en_US.UTF-8 -# Golang -export GOROOT_BOOTSTRAP=/usr/local/go -export GOPATH=$HOME/go -PATH=$PATH:$GOPATH/bin:/usr/local/go/bin - if [[ "$(uname)" == "Darwin" ]]; then elif [[ "$(expr substr $(uname -s) 1 5)" == "Linux" ]]; then # Do something under GNU/Linux platform