💾 Archived View for tbeseda.smol.pub › exa-instead-of-ls captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
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 :)