From 352a33c76a2833d353c707d95d7561f93a03cb8a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 18 Jun 2017 16:18:17 +1200 Subject: 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. --- lint/sh.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lint') 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 -- {} + -- cgit v1.2.3