remove ls -> eza fn (replaced by aliases in home-manager)

This commit is contained in:
sloane 2024-03-26 17:57:10 -04:00
parent 1d6174983a
commit 7ada76009e
No known key found for this signature in database

View file

@ -1,14 +0,0 @@
function ls
command eza --all \
--long \
--group-directories-first \
--tree \
--level=1 \
--header \
--icons \
--no-permissions \
--no-user \
--no-time \
--git \
$argv
end