From 2fc4db30eacefc582e2f12d28996627ab47fe310 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 20 Sep 2023 22:03:39 +0200 Subject: ... --- accounts/gkleen@sif/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc index 31df0116..80f58a60 100644 --- a/accounts/gkleen@sif/zshrc +++ b/accounts/gkleen@sif/zshrc @@ -422,11 +422,11 @@ swap() { } ls() { - eza --binary --git --time-style=iso --all --header --group-directories-first $@ | less --mouse -FR + eza --all --group-directories-first $@ | less --mouse -FR } l() { - ls --long + ls --long --binary --git --time-style=iso --header } re() { -- cgit v1.2.3