aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-02-10 19:11:21 -0600
committerToby Vincent <tobyv13@gmail.com>2023-02-10 19:54:40 -0600
commitefdd7b95ac89a8f6230208b6385b36107b49288e (patch)
tree1e14677f69e5e571fac94c40220e100b1361cdb3 /sh
parent90b255d4739dfee788e45d610e7aac485e58fbc0 (diff)
style: disable quoting lint rule
Diffstat (limited to 'sh')
-rw-r--r--sh/.config/profile.d/10-systemd.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/.config/profile.d/10-systemd.sh b/sh/.config/profile.d/10-systemd.sh
index e82d7e0..67d5d47 100644
--- a/sh/.config/profile.d/10-systemd.sh
+++ b/sh/.config/profile.d/10-systemd.sh
@@ -1,3 +1,4 @@
#!/bin/sh
+# shellcheck disable=2046
export $(run-parts /usr/lib/systemd/user-environment-generators | xargs)