chore(shellrc): update bashrc and profile to load up $GOPATH/bin

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-08-17 14:34:58 +08:00
parent b7c40c5e5f
commit 0658bee1be
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
3 changed files with 24 additions and 40 deletions

View file

@ -27,7 +27,9 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
export PATH="/usr/local/bin:$HOME/.local/bin:$HOME/bin${PATH:+:}$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts" # ~vern specifics and more
# Add $GOPATH/bin into PATH
export GOPATH="$HOME/.local/share/go"
export PATH="$GOPATH/bin:$PATH"
mesg n 2> /dev/null || true
# then import the rest