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