From 3bf092ba267e741ca358ba0688e1a08f37a9f831 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 20 Sep 2023 21:00:16 +0200 Subject: ... --- accounts/gkleen@sif/zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'accounts') diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc index 15165ca8..31df0116 100644 --- a/accounts/gkleen@sif/zshrc +++ b/accounts/gkleen@sif/zshrc @@ -421,8 +421,12 @@ swap() { mv -v ${tmpfile} ${f2} } +ls() { + eza --binary --git --time-style=iso --all --header --group-directories-first $@ | less --mouse -FR +} + l() { - exa --binary --git --time-style=iso --long --all --header --group-directories-first --colour=always $@ | less --mouse -FR + ls --long } re() { -- cgit v1.2.3