From 60cf97bb09f7dbd1116ae85e663069778c6b56cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Fri, 25 Aug 2023 11:24:13 +0200 Subject: [PATCH] Added GOPATH --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) 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";