Update README.md

This commit is contained in:
nazdridoy 2024-02-22 03:29:36 +06:00 committed by GitHub
parent 4170d9b0f2
commit a2d62bd8f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,7 +162,7 @@ batgrep needle src/
```bash ```bash
tail -f /var/log/pacman.log | bat --paging=never -l log tail -f /var/log/pacman.log | bat --paging=never -l log
``` ```
You can also add an alias `batlog`` to read any logfile You can also add an alias `batlog` to read any logfile
```bash ```bash
alias batlog='bat --paging=never -l log' alias batlog='bat --paging=never -l log'