# [exa](https://github.com/ogham/exa) | Distribution | Package | | ------------ | ---------- | | Archlinux | `exa` | | Ubuntu | `rust-exa` | Add to `~/.bashrc`: ```bash [[ -f /usr/bin/exa ]] && \ alias ls="exa" ```