aboutsummaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-18 16:18:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-18 16:18:17 +1200
commit352a33c76a2833d353c707d95d7561f93a03cb8a (patch)
treeca07e19aa14b9f87a0b6c723f1763cecac52e074 /lint
parentAllow setting a prompt mode for the shell (diff)
downloaddotfiles-352a33c76a2833d353c707d95d7561f93a03cb8a.tar.gz
dotfiles-352a33c76a2833d353c707d95d7561f93a03cb8a.zip
Refactor mpd/ncmpcpp stuff completely
This has been neglected. Switch to per-user mpd process instantiated on login via .profile.d. Cut back ncmpcpp config until I have time to write one that's compatible with 0.8.
Diffstat (limited to 'lint')
-rw-r--r--lint/sh.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lint/sh.sh b/lint/sh.sh
index 632585bf..ccf4cc7f 100644
--- a/lint/sh.sh
+++ b/lint/sh.sh
@@ -1 +1,2 @@
-find sh -type f -print -exec shellcheck -e SC1090 -s sh -- {} +
+find sh ksh/shrc.d mpd/profile.d \
+ -type f -print -exec shellcheck -e SC1090 -s sh -- {} +