From 98120e50c940354ac70c21a1f0ad89b8ef3568ae Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Fri, 19 Jun 2026 11:12:47 -0700 Subject: simplify/portify the setup scripts --- scripts/misc/lk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/misc/lk.sh') diff --git a/scripts/misc/lk.sh b/scripts/misc/lk.sh index 5f760c6..c68cc51 100755 --- a/scripts/misc/lk.sh +++ b/scripts/misc/lk.sh @@ -1,11 +1,11 @@ -#!/bin/bash +#!/bin/sh # This is helper that should replace a number of common commands # # It is intended to be named `lk`, short for "look" longView=${PAGER:-$(which less || which more || echo "cat")} -dirView="ls --color=always -Alh" +dirView="ls -Alh" if [ $# -lt 1 ]; then # take stdin instead -- cgit v1.2.3