Skip to content
Snippets Groups Projects
Commit 3d4dfbb4 authored by nimrod's avatar nimrod
Browse files

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.
parent bb24fe57
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment