summaryrefslogtreecommitdiffstatshomepage
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/.config/profile.d/10-systemd.sh4
-rw-r--r--sh/.profile3
2 files changed, 3 insertions, 4 deletions
diff --git a/sh/.config/profile.d/10-systemd.sh b/sh/.config/profile.d/10-systemd.sh
deleted file mode 100644
index 67d5d47..0000000
--- a/sh/.config/profile.d/10-systemd.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-# shellcheck disable=2046
-
-export $(run-parts /usr/lib/systemd/user-environment-generators | xargs)
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"