aboutsummaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-12 23:53:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-12 23:56:20 +1200
commitdb35c3f52eb0df87b4b61f17b15942ba0d94c122 (patch)
treed10d5ef8870416b0cc32335d6874092468f69127 /lint
parentMove systemd editor setting to after visual (diff)
downloaddotfiles-db35c3f52eb0df87b4b61f17b15942ba0d94c122.tar.gz
dotfiles-db35c3f52eb0df87b4b61f17b15942ba0d94c122.zip
Check shrc.d and profile.d dirs for other configs
Diffstat (limited to 'lint')
-rw-r--r--lint/sh.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lint/sh.sh b/lint/sh.sh
index b0d28e5d..5884a1ed 100644
--- a/lint/sh.sh
+++ b/lint/sh.sh
@@ -1,7 +1,7 @@
set \
sh/profile \
- sh/profile.d/*.sh \
sh/shinit \
sh/shrc \
- sh/shrc.d/*.sh
+ */profile.d/*.sh \
+ */shrc.d/*.sh
shellcheck -e SC1090 -s sh -- "$@" || exit