summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-23 13:02:21 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-23 13:02:21 +0100
commit4148a4261ff3ec0e35901c2a650e8ec1b91481fb (patch)
tree7f2dca41271a78de4b9e653c67dc2f3bc219799f /.bash_profile
parent533d97c91bdad4535c5ba2c0768a070f12515cdd (diff)
bash: Setup the environment via setup-env
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 71d1582..bcbf1bb 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,3 +1,4 @@
+[ -f ~/.config/setup-env ] && source ~/.config/setup-env
[ -z "$XDG_RUNTIME_DIR" ] && export XDG_RUNTIME_DIR="/run/user/$UID"
if [ ! -d "$XDG_RUNTIME_DIR" ]