1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-03 03:42:26 +01:00

[3040]: Add Alias hint on README

This commit is contained in:
anand-dragon
2024-07-29 19:41:36 +02:00
committed by Martin Nordholts
parent 555933315d
commit 7c8e2324ab

View File

@@ -284,6 +284,11 @@ mkdir -p ~/.local/bin
ln -s /usr/bin/batcat ~/.local/bin/bat
```
an example alias for `batcat` as `bat`:
```bash
alias bat="batcat"
```
### On Ubuntu (using most recent `.deb` packages)
*... and other Debian-based Linux distributions.*