aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xplz1
1 files changed, 1 insertions, 0 deletions
diff --git a/plz b/plz
index 4a28f15..c551ca9 100755
--- a/plz
+++ b/plz
@@ -28,6 +28,7 @@ declare -a confs
confs=(/etc/"$self"rc "$HOME"/."$self"rc)
# Iterate through configuration files, source any that exist
+# shellcheck disable=SC2066,SC2068
for conf in "${PLZ_CONFIG:-${confs[@]}}" ; do
[[ -e "$conf" ]] || continue
source "$conf"