mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-06 21:53:10 +00:00
chore(global): regular configuration hellscape for now
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
parent
2667c38f2d
commit
01c95345a3
9 changed files with 110 additions and 5 deletions
4
.profile
4
.profile
|
@ -15,6 +15,10 @@ source "$HOME/.env"
|
|||
source "$HOME/.config/aliases"
|
||||
export POSIX_PROFILE_SOURCED=true
|
||||
|
||||
# how about detecting local configs
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue