til/Applications/bat.md

14 lines
242 B
Markdown
Raw Normal View History

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