til/Applications/exa.md

14 lines
239 B
Markdown

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