From 4c556cd41ea72dfac4c9b6fa6757db3734ee1936 Mon Sep 17 00:00:00 2001 From: Darkpandarts <114529342+darkpandarts@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:22:59 +0000 Subject: [PATCH] soem additions that need fixing --- _bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_bashrc b/_bashrc index e5463b0d..370aebda 100644 --- a/_bashrc +++ b/_bashrc @@ -322,4 +322,7 @@ export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion -. "$HOME/.cargo/env" +#. "$HOME/.cargo/env" +export PATH=$PATH:/usr/local/go/bin +export GOPATH=$HOME/go +export PATH=$PATH:$GOROOT/bin:$GOPATH/bin