Update .bashrc to reflect new go path and disable node spam.
This commit is contained in:
4
.bashrc
4
.bashrc
@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user