From 8416f910acaf9a4e35f19d87582cec8cc96f1121 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 23 Aug 2024 23:53:32 +0200 Subject: ... --- accounts/gkleen@sif/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc index 91c177c3..adc7feb4 100644 --- a/accounts/gkleen@sif/zshrc +++ b/accounts/gkleen@sif/zshrc @@ -258,7 +258,7 @@ swap() { } ls() { - eza --all --group-directories-first --colour=always $@ | less --mouse -FR + eza --all --group-directories-first --colour=always --sort=modified --smart-group $@ | less --mouse -FR } l() { -- cgit v1.2.3