diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-06-19 11:12:47 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-06-19 11:12:47 -0700 |
| commit | 98120e50c940354ac70c21a1f0ad89b8ef3568ae (patch) | |
| tree | ecb379883cc5039b62bb81a892eb243f46881fdf /scripts/misc/lk.sh | |
| parent | 2bc6652ba8e4802f0601d90d593e9a377e9581b7 (diff) | |
simplify/portify the setup scripts
Diffstat (limited to 'scripts/misc/lk.sh')
| -rwxr-xr-x | scripts/misc/lk.sh | 4 |
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 |
