aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config/profile.d/10-systemd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/.config/profile.d/10-systemd.sh')
-rw-r--r--sh/.config/profile.d/10-systemd.sh4
1 files changed, 0 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)