summaryrefslogtreecommitdiff
path: root/scripts/misc
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-06-19 11:12:47 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-06-19 11:12:47 -0700
commit98120e50c940354ac70c21a1f0ad89b8ef3568ae (patch)
treeecb379883cc5039b62bb81a892eb243f46881fdf /scripts/misc
parent2bc6652ba8e4802f0601d90d593e9a377e9581b7 (diff)
simplify/portify the setup scripts
Diffstat (limited to 'scripts/misc')
-rwxr-xr-xscripts/misc/lk.sh4
1 files changed, 2 insertions, 2 deletions
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