From 28b3e5ecb72bd19f329ba526ba6064a0231cf6bc Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 29 Mar 2022 16:38:11 +0200 Subject: Updated the node version being used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index a6b8dcf..bc95137 100644 --- a/.bashrc +++ b/.bashrc @@ -118,7 +118,7 @@ alias random_string="cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head - source_maybe "$HOME/.cargo/env" # SUSE -export NODE_VERSION="10" +export NODE_VERSION="14" # 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" @@ -164,3 +164,5 @@ if command -v rustc &> /dev/null; then export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/library" fi fi + +export MB_PATH="$HOME/doc/bib" -- cgit v1.2.3