Added GOPATH

This commit is contained in:
Thomas Avé 2023-08-25 11:24:13 +02:00
parent ddbb2ffef9
commit 60cf97bb09
1 changed files with 3 additions and 0 deletions

View File

@ -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";