aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-08-23 16:49:46 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2019-08-23 16:49:46 +0200
commit981fd78ffd9b389a08f7fb1d77f4a453a00842d4 (patch)
tree2b7e878396cbd57d9d635dc6a53cf17cd8558783 /.bashrc
parentfef5397027051af78b415ced11ec5f1494d8f380 (diff)
downloaddotfiles-981fd78ffd9b389a08f7fb1d77f4a453a00842d4.tar.gz
dotfiles-981fd78ffd9b389a08f7fb1d77f4a453a00842d4.zip
bash: updated some paths and env. variables
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc9
1 files changed, 3 insertions, 6 deletions
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.