aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh/shrc.d/lore.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/shrc.d/lore.sh b/sh/shrc.d/lore.sh
index 2d7c0bec..e00b945a 100644
--- a/sh/shrc.d/lore.sh
+++ b/sh/shrc.d/lore.sh
@@ -17,6 +17,7 @@ lore() {
fi
# Run whatever `ls` gives us; it might be our function wrapper; that's OK
+ # shellcheck disable=SC2012
ls "$@" |
# Run the appropriate pager; if it's less(1), we can tack on -R (though my