From 2b67d89f8fc207579d64a0fd1520f788363501ad Mon Sep 17 00:00:00 2001 From: James Blair Date: Mon, 24 Jun 2024 11:16:18 +1200 Subject: [PATCH] Update .bashrc to reflect new go path and disable node spam. --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index d2de396..f7e84b6 100644 --- a/.bashrc +++ b/.bashrc @@ -156,8 +156,7 @@ function e { } # Configure go location -export PATH=$PATH:/usr/local/go/bin -export PATH=$PATH:/home/$USER/Downloads/go/bin/ +export PATH=$PATH:/var/home/james/go/bin # Setup prompt function color_my_prompt { @@ -204,3 +203,4 @@ if ! tmux -S /tmp/default.tmux attach; then fi SBP_PATH=/home/james/Downloads/sbp source /home/james/Downloads/sbp/sbp.bash +export NODE_OPTIONS="--no-deprecation"