💾 Archived View for tbeseda.smol.pub › exa-instead-of-ls captured on 2023-09-08 at 15:55:12. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
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
---