From acee48c2fa66651e8e314e59434e44ef98e90b42 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Wed, 24 Mar 2021 07:17:01 +0000 Subject: [PATCH] sh: remove $GOPATH due to go 1.16 --- zsh/.config/zsh/zshrc.local | 9 --------- 1 file changed, 9 deletions(-) diff --git a/zsh/.config/zsh/zshrc.local b/zsh/.config/zsh/zshrc.local index 87a30a6..2ace15f 100644 --- a/zsh/.config/zsh/zshrc.local +++ b/zsh/.config/zsh/zshrc.local @@ -63,15 +63,6 @@ if command -v npm &> /dev/null; then export MANPATH fi -# go -if command -v go &> /dev/null; then - # Export $GOPATH - export GOPATH="$HOME/Code/go" - - # Add Go binary directory to $PATH - path+=("$GOPATH/bin") -fi - # finally, export $PATH export PATH