I use exa instead of ls

My exa aliases (in ~/.zshrc):

alias ll="exa --all --header --icons --long"
alias lt="ll --tree --level=3 --git-ignore --ignore-glob='.git|node_modules'"

I spent a lot of time reading the command line options doc, tweak as needed 😅

from Sanity.io (113.72ms) to HTML (2.69ms)