From cc064f015948892087613ca7dd49a50c5dc8b8eb Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 26 May 2023 22:07:01 +1000 Subject: [PATCH] Added GOPATH and update PATH for golang --- .config/zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh/zshrc b/.config/zsh/zshrc index 29e78d6..ad36d34 100644 --- a/.config/zsh/zshrc +++ b/.config/zsh/zshrc @@ -1,6 +1,6 @@ # If you come from bash you might have to change your $PATH. -export PATH=$HOME/.local/bin:$HOME/.cargo/bin:$PATH - +export PATH=$HOME/.local/bin:$HOME/.cargo/bin:$HOME/go/bin:$PATH +export GOPATH=$HOME/go # set term export TERM=xterm-256color