Updated config

This commit is contained in:
Eduard Urbach 2025-06-25 16:55:29 +02:00
parent 910bb4a930
commit dea8315917
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
11 changed files with 45 additions and 25 deletions

View file

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