Usual bashrc and profile updates

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-09-04 23:19:38 +08:00
parent a41e28d091
commit 8c1ebd6de8
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
5 changed files with 23 additions and 5 deletions

View file

@ -7,7 +7,7 @@ if [ -n "$BASH_VERSION" ]; then
fi
fi
export PATH="/usr/local/bin${PATH:+:}$PATH" # ~vern specifics and more
export PATH="/usr/local/bin${PATH:+:}$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts:$HOME/.local/bin" # ~vern specifics and more
mesg n 2> /dev/null || true
# then import the rest
@ -20,9 +20,6 @@ if [ -f "$HOME/.config/localconfig.env" ]; then
. "$HOME/.config/localconfig.env"
fi
# Added by Toolbox App
export PATH="$PATH:/home/ajhalili2006/.local/share/JetBrains/Toolbox/scripts"
# Import asdf to shell
#export ASDF_DIR="$HOME/.asdf"
#. "$HOME/.asdf/asdf.sh"