summaryrefslogtreecommitdiffstatshomepage
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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/.config/profile.d/10-systemd.sh b/sh/.config/profile.d/10-systemd.sh
index e03f8ba..e82d7e0 100644
--- a/sh/.config/profile.d/10-systemd.sh
+++ b/sh/.config/profile.d/10-systemd.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-export "$(run-parts /usr/lib/systemd/user-environment-generators | xargs)"
+export $(run-parts /usr/lib/systemd/user-environment-generators | xargs)