aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2018-02-07 17:42:43 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2018-02-07 17:42:43 +0100
commit2cde9b0ec0447fde9843facc7a4ad6adb4a79cf6 (patch)
treec394d740d8b5e57d112e18ffed932fdc7ceb3c12 /bashrc
parent15ed07b2b29d738b19b050c3bc811de0c6aa11ee (diff)
downloaddotfiles-2cde9b0ec0447fde9843facc7a4ad6adb4a79cf6.tar.gz
dotfiles-2cde9b0ec0447fde9843facc7a4ad6adb4a79cf6.zip
bash: using node8
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 95fb4b2..5c73645 100644
--- a/bashrc
+++ b/bashrc
@@ -113,7 +113,7 @@ source_maybe $HOME/.cargo/env
export SALT_DIR="$HOME/Projects/kubic-project/salt"
export SALT_PATH="$HOME/Projects/kubic-project/salt"
-export NODE_VERSION="6"
+export NODE_VERSION="8"
# Finally RVM requires it to be the last thing on the PATH for whatever reason.
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"