aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index d674a16..aa5b018 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -27,7 +27,7 @@ fi
27 27
28# Enable nodejs 28# Enable nodejs
29if [ -d /usr/local/lib/nodejs ]; then 29if [ -d /usr/local/lib/nodejs ]; then
30 NJS_VERSION=v15.14.0 30 NJS_VERSION=v16.8.0
31 NJS_DISTRO=linux-x64 31 NJS_DISTRO=linux-x64
32 PATH=/usr/local/lib/nodejs/node-$NJS_VERSION-$NJS_DISTRO/bin:$PATH 32 PATH=/usr/local/lib/nodejs/node-$NJS_VERSION-$NJS_DISTRO/bin:$PATH
33fi 33fi