From 667e8d25683d23b7e38955997551c3383efc3e6f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 23 Sep 2023 20:42:29 +0200 Subject: ... --- accounts/gkleen@sif/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'accounts') diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc index 0772b88b..16079c89 100644 --- a/accounts/gkleen@sif/zshrc +++ b/accounts/gkleen@sif/zshrc @@ -422,11 +422,11 @@ swap() { } ls() { - exa --all --group-directories-first $@ | less --mouse -FR + exa --all --group-directories-first --colour=always $@ | less --mouse -FR } l() { - ls --long --binary --git --time-style=iso --header + ls --long --binary --git --time-style=iso --header $@ } re() { -- cgit v1.2.3