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 :)
https://the.exa.website/docs/command-line-options
---