diff options
Diffstat (limited to 'lsn')
| -rwxr-xr-x | lsn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
