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
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ batgrep needle src/
```bash
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
alias batlog='bat --paging=never -l log'