From 305a41d8dac8ea354589128b1f97c4559980e420 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 7 Jun 2025 22:59:57 +0200 Subject: [PATCH] ZSH ZProfile: add GoLang enviroment vars --- Configs/ZSHShell/.zprofile | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Configs/ZSHShell/.zprofile b/Configs/ZSHShell/.zprofile index d05bef9..f5684fe 100644 --- a/Configs/ZSHShell/.zprofile +++ b/Configs/ZSHShell/.zprofile @@ -1,3 +1,9 @@ +################################ +#---------- Go-Lang -----------# +export GOPATH=$HOME/.go +export PATH=$PATH:$GOPATH/bin +################################ + ################################ #------------ PyEnv -----------# export PYENV_ROOT="$HOME/.pyenv" diff --git a/README.md b/README.md index 3052abe..667a521 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repo holds most of my random small scripts, configs, paws(blobs) ```Logo _ _ ____ __ _ _ / \ _ __ ___ _ _( )___ / ___|___ _ __ / _(_) __ _( )___ - / _ \ | '__/ _ \| | | |/ __| | | / _ \| '_ \| |_| |/ _` |/ __| + / _ \ | '__/ _ \| | | |// __| | | / _ \| '_ \| |_| |/ _` |// __| / ___ \| | | (_) | |_| | \__ \ | |__| (_) | | | | _| | (_| | \__ \ /_/ \_\_| \___/ \__, | |___/ \____\___/|_| |_|_| |_|\__, | |___/ |___/ |___/