diff --git a/zsh/.zshrc b/zsh/.zshrc index 96c1ec7..5db120c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -143,6 +143,9 @@ export FrameworkPathOverride=/lib/mono/4.5 # Local python installation export PATH=$HOME/.local/bin:$PATH +# GO +export GOPATH=/tmp/go + # >>> mamba initialize >>> # !! Contents within this block are managed by 'mamba init' !! export MAMBA_EXE="/usr/bin/micromamba";