aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2023-08-30 11:47:22 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2023-08-30 11:47:22 +0200
commit4aef4df535d91febee7c408fc05bcf368d9a07ca (patch)
tree579a61efb93e96a490e4380a4c137a63c71fba15 /.bashrc
parenteffd08ba3063cde8427fc32909efa657d5a1f3bc (diff)
downloaddotfiles-4aef4df535d91febee7c408fc05bcf368d9a07ca.tar.gz
dotfiles-4aef4df535d91febee7c408fc05bcf368d9a07ca.zip
Updated nodejs version being used
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 38e9ebf..7aa8d11 100644
--- a/.bashrc
+++ b/.bashrc
@@ -143,8 +143,9 @@ alias random_string="cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -
# Cargo environment.
source_maybe "$HOME/.cargo/env"
-# SUSE
-export NODE_VERSION="14"
+# This is relevant for the alternative switching globally, otherwise I keep
+# linking shit up.
+export NODE_VERSION="20"
##
# Lastly I had some problems with the GPG agent recently. So I copied a solution