From 88f0243428c4cf39029c8ffc5a7e1634951158a0 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 21 Jan 2026 10:36:12 +0100 Subject: add comments to some scripts --- lsn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lsn') diff --git a/lsn b/lsn index 426d71b..f6effe0 100755 --- a/lsn +++ b/lsn @@ -1,7 +1,7 @@ #!/bin/sh - # New and better ls # TODO: fix simlinks, flags break them for some reason, maybe switch to eza + ls_new() { LC_ALL=C $(which ls) -lAFh --color=always "$1" | awk '{ name = $9; -- cgit v1.2.3