summaryrefslogtreecommitdiff
path: root/scripts/misc/lk.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/misc/lk.sh')
-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