mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-06 21:53:10 +00:00
Usual bashrc and profile updates
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
parent
a41e28d091
commit
8c1ebd6de8
5 changed files with 23 additions and 5 deletions
5
.profile
5
.profile
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue