From 4148a4261ff3ec0e35901c2a650e8ec1b91481fb Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Mar 2026 13:02:21 +0100 Subject: bash: Setup the environment via setup-env --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') 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" ] -- cgit v1.2.3