diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-01-01 13:07:53 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-01-01 13:07:53 -0800 |
| commit | 76684c322a609f7ca31d86c9ffd0f318ef45e3c7 (patch) | |
| tree | fbca3cde4d8b20d39d87f1f0307904727f5c714d | |
| parent | 1ddfd22747b7ea304d7e58877b484ff49485f2f8 (diff) | |
misc: new subdir + move lk
| -rwxr-xr-x | misc/lk.sh (renamed from lk.sh) | 4 | ||||
| -rw-r--r-- | symlinks.csv | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -5,11 +5,11 @@ # It is intended to be named `lk`, short for "look" longView=${PAGER:-$(which less || which more || echo "cat")} -dirView="ls --color=auto -Alh" +dirView="ls --color=always -Alh" if [ $# -lt 1 ]; then # take stdin instead - $dirView $(pwd) + $dirView $(pwd) | ${longView} fi for a in $@; do diff --git a/symlinks.csv b/symlinks.csv index 241c411..84ad337 100644 --- a/symlinks.csv +++ b/symlinks.csv @@ -14,4 +14,4 @@ brightness/brightnessmax,.local/bin/brightnessmax volume/volumeup,.local/bin/volumeup volume/volumedown,.local/bin/volumedown volume/volumemute,.local/bin/volumemute -lk.sh,.local/bin/lk +misc/lk.sh,.local/bin/lk |
