From 981fd78ffd9b389a08f7fb1d77f4a453a00842d4 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 23 Aug 2019 16:49:46 +0200 Subject: bash: updated some paths and env. variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .bashrc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index cd3ee78..abdc66a 100644 --- a/.bashrc +++ b/.bashrc @@ -82,9 +82,9 @@ export CXX=/usr/bin/g++ # Go things export GOROOT_BOOTSTRAP=/opt/go -export GOROOT=$HOME/Projects/go -export GOPATH=$HOME/Projects/golang -export PATH=$GOROOT/bin:$PATH:$GOPATH/bin +export GOROOT=$HOME/src/go.googlesource.com/go +export GOPATH=$HOME +export PATH=$GOROOT/bin:$PATH ## # Misc. @@ -114,9 +114,6 @@ alias random_string="cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head - source_maybe "$HOME/.cargo/env" # SUSE -export SALT_DIR="$HOME/Projects/kubic-project/salt" -export SALT_PATH="$HOME/Projects/kubic-project/salt" - export NODE_VERSION="8" # Finally RVM requires it to be the last thing on the PATH for whatever reason. -- cgit v1.2.3