Updated config

This commit is contained in:
Eduard Urbach 2025-06-20 13:24:15 +02:00
parent 1e6f683cf6
commit 910bb4a930
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
function ls --wraps eza
if command -q eza
eza --group-directories-first --time-style relative -T -L1 $argv
eza --group-directories-first --time-style relative -T -L0 $argv
else
command ls $argv
end