diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-23 13:02:21 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-23 13:02:21 +0100 |
| commit | 4148a4261ff3ec0e35901c2a650e8ec1b91481fb (patch) | |
| tree | 7f2dca41271a78de4b9e653c67dc2f3bc219799f /.bash_profile | |
| parent | 533d97c91bdad4535c5ba2c0768a070f12515cdd (diff) | |
bash: Setup the environment via setup-env
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 1 |
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" ] |