chore(configs): update config files as needed

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2024-01-16 15:45:57 +08:00 committed by Andrei Jiroh Halili
parent 07e296dee4
commit d8b527ab9e
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
6 changed files with 109 additions and 66 deletions

View file

@ -17,19 +17,7 @@ if [ -n "$BASH_VERSION" ]; then
fi
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
# Add $GOPATH/bin into PATH
export GOPATH="$HOME/.local/share/go"
export PATH="$GOPATH/bin:$PATH"
export PATH="/usr/local/bin::$HOME/bin:$HOME/.local/bin:$HOME/bin${PATH:+:}$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts" # ~vern specifics and more
mesg n 2> /dev/null || true
# then import the rest