1
0
Fork 0

shells: disable icons in eza

This commit is contained in:
Von Random 2024-09-05 18:33:30 +03:00
parent 7a99575d9a
commit f94d1d4187
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
function ls
command eza --icons --group-directories-first $argv
command eza --group-directories-first $argv
end

View file

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