diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-02-07 17:42:43 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-02-07 17:42:43 +0100 |
| commit | 2cde9b0ec0447fde9843facc7a4ad6adb4a79cf6 (patch) | |
| tree | c394d740d8b5e57d112e18ffed932fdc7ceb3c12 | |
| parent | 15ed07b2b29d738b19b050c3bc811de0c6aa11ee (diff) | |
| download | dotfiles-2cde9b0ec0447fde9843facc7a4ad6adb4a79cf6.tar.gz dotfiles-2cde9b0ec0447fde9843facc7a4ad6adb4a79cf6.zip | |
bash: using node8
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
