mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-15 10:03:07 +00:00
Update shellrc files as well as global git config
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
parent
9be0fe70db
commit
709c0d8c36
6 changed files with 31 additions and 17 deletions
10
.profile
10
.profile
|
@ -3,11 +3,11 @@
|
|||
if [ -n "$BASH_VERSION" ]; then
|
||||
# include .bashrc if it exists
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
fi
|
||||
|
||||
export PATH="/usr/local/bin${PATH:+:}$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts:$HOME/.local/bin" # ~vern specifics and more
|
||||
export PATH="/usr/local/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
|
||||
|
@ -20,10 +20,4 @@ if [ -f "$HOME/.config/localconfig.env" ]; then
|
|||
. "$HOME/.config/localconfig.env"
|
||||
fi
|
||||
|
||||
# Import asdf to shell
|
||||
#export ASDF_DIR="$HOME/.asdf"
|
||||
#. "$HOME/.asdf/asdf.sh"
|
||||
|
||||
eval "$(devbox global shellenv)"
|
||||
|
||||
_byobu_sourced=1 . /usr/bin/byobu-launch 2>/dev/null || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue