1
0
Fork 0

shells: disable icons in eza

This commit is contained in:
Andrey Tryapichnikov 2024-08-29 23:06:39 +03:00
parent 957538f1f1
commit 725ed8a096
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