ZSH ZProfile: add GoLang enviroment vars

This commit is contained in:
Aroy-Art 2025-06-07 22:59:57 +02:00
parent 5e8b5f28ba
commit 305a41d8da
Signed by: Aroy
GPG key ID: DB9689E9391DD156
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
################################
#---------- Go-Lang -----------#
export GOPATH=$HOME/.go
export PATH=$PATH:$GOPATH/bin
################################
################################
#------------ PyEnv -----------#
export PYENV_ROOT="$HOME/.pyenv"