Updated config

This commit is contained in:
Eduard Urbach 2024-02-02 00:13:31 +01:00
parent 7face48c6f
commit 25651a5367
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
3 changed files with 6 additions and 2 deletions

View file

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