From 3d4dfbb46c858fe051b2d952b952cdda78db3286 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 14 Aug 2021 22:24:43 +0300 Subject: [PATCH] Don't add the global golang binary directory to PATH. It's already set in the workbench image. I'm not sure about environments otherwise. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 9a77094..4443c63 100644 --- a/.bashrc +++ b/.bashrc @@ -41,7 +41,7 @@ export LESS_TERMCAP_us=$'\E[01;32m' export LYNX_SAVE_SPACE="$HOME/Downloads" export LYNX_TEMP_SPACE="$HOME/.cache/lynx" export NODE_PENDING_DEPRECATION='1' -export PATH="$GOPATH/bin:/usr/lib/go/bin/:$PATH" +export PATH="$GOPATH/bin:$PATH" export PATH="$HOME/.cabal/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH" export PATH="$HOME/.local/bin:$PATH" -- GitLab