1
0
Fork 0

zsh: eza icons

This commit is contained in:
Von Random 2025-01-10 13:48:12 +02:00
parent 0e5b00c965
commit 83bcd5952f

View file

@ -79,7 +79,7 @@ else
fi fi
if testbin eza; then if testbin eza; then
function ls { command eza --group-directories-first $@ } function ls { command eza --icons --group-directories-first $@ }
function ll { ls -alg $@ } function ll { ls -alg $@ }
function ld { ls -dlg $@ } function ld { ls -dlg $@ }
else else