aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorjason2021-10-13 12:41:42 -0600
committerjason2021-10-13 12:41:42 -0600
commitef5c6e43ea799a259cce212dd50b02df68344b99 (patch)
tree1a57da0614f341288f6ffa890f252a621711bee0 /bash
parent35644a284fc0c379603f2a9dd03937b18f546755 (diff)
downloaddotfiles-ef5c6e43ea799a259cce212dd50b02df68344b99.tar.gz
dotfiles-ef5c6e43ea799a259cce212dd50b02df68344b99.zip
update node
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