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 DynamoDB (5.1ms) to HTML (0.31ms) in 5.4ms