diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2022-03-29 16:38:11 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2022-07-31 11:40:14 +0200 |
| commit | 28b3e5ecb72bd19f329ba526ba6064a0231cf6bc (patch) | |
| tree | 3dc19bea7a5b71502061e7edb16703d71f169d39 /.bashrc | |
| parent | c6889588fa314e55775393123b6eeb86f73105e7 (diff) | |
| download | dotfiles-28b3e5ecb72bd19f329ba526ba6064a0231cf6bc.tar.gz dotfiles-28b3e5ecb72bd19f329ba526ba6064a0231cf6bc.zip | |
Updated the node version being used
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
