Merge 15cd39892035e5b27dc4b4c67e3a5b01381cbf20 into ba49ba0acd2ecb6e1ea7aa5da3e02638ce54f1d1

This commit is contained in:
Anand Dharangaonker 2025-04-14 08:30:08 +00:00 committed by GitHub
commit 07303ef6f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -276,6 +276,11 @@ mkdir -p ~/.local/bin
ln -s /usr/bin/batcat ~/.local/bin/bat 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) ### On Ubuntu (using most recent `.deb` packages)
*... and other Debian-based Linux distributions.* *... and other Debian-based Linux distributions.*