Update .bashrc to reflect new go path and disable node spam.

This commit is contained in:
2024-06-24 11:16:18 +12:00
parent 6a4e01e8fb
commit 2b67d89f8f

View File

@ -156,8 +156,7 @@ function e {
} }
# Configure go location # Configure go location
export PATH=$PATH:/usr/local/go/bin export PATH=$PATH:/var/home/james/go/bin
export PATH=$PATH:/home/$USER/Downloads/go/bin/
# Setup prompt # Setup prompt
function color_my_prompt { function color_my_prompt {
@ -204,3 +203,4 @@ if ! tmux -S /tmp/default.tmux attach; then
fi fi
SBP_PATH=/home/james/Downloads/sbp SBP_PATH=/home/james/Downloads/sbp
source /home/james/Downloads/sbp/sbp.bash source /home/james/Downloads/sbp/sbp.bash
export NODE_OPTIONS="--no-deprecation"