aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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