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
|
function ls
|
||||||
command eza --icons --group-directories-first $argv
|
command eza --group-directories-first $argv
|
||||||
end
|
end
|
||||||
|
|
|
@ -76,7 +76,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if testbin eza; then
|
if testbin eza; then
|
||||||
ls() { command eza --icons --group-directories-first $@ }
|
ls() { command eza --group-directories-first $@ }
|
||||||
ll() { ls -alg $@ }
|
ll() { ls -alg $@ }
|
||||||
ld() { ls -dlg $@ }
|
ld() { ls -dlg $@ }
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue