dotfiles/.config/fish/functions/ls.fish
2024-03-06 10:42:56 -05:00

14 lines
218 B
Fish

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