shells: disable icons in eza
This commit is contained in:
parent
7a99575d9a
commit
f94d1d4187
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
function ls
|
||||
command eza --icons --group-directories-first $argv
|
||||
command eza --group-directories-first $argv
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue