summaryrefslogtreecommitdiff
path: root/lsn
diff options
context:
space:
mode:
Diffstat (limited to 'lsn')
-rwxr-xr-xlsn4
1 files changed, 2 insertions, 2 deletions
diff --git a/lsn b/lsn
index b3f07ea..426d71b 100755
--- a/lsn
+++ b/lsn
@@ -1,9 +1,9 @@
#!/bin/sh
# New and better ls
-# TODO: fix simlinks, flags break them for some reason
+# 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 '{
+ LC_ALL=C $(which ls) -lAFh --color=always "$1" | awk '{
name = $9;
for (i = 10; i <= NF; i++) name = name " " $i;
print $1, $5, name