summaryrefslogtreecommitdiffstatshomepage
path: root/sh/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sh/.profile')
-rw-r--r--sh/.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/.profile b/sh/.profile
index 60bc1f5..ce443ce 100644
--- a/sh/.profile
+++ b/sh/.profile
@@ -1,4 +1,7 @@
#!/bin/sh
+# shellcheck disable=2046
+
+export $(run-parts /usr/lib/systemd/user-environment-generators | xargs)
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"