til/Applications/bat.md

14 lines
242 B
Markdown

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