1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 07:04:04 +00:00

Add environment variable BAT_PAGING

This commit is contained in:
einfachIrgendwer0815
2023-08-05 21:18:38 +02:00
committed by Martin Nordholts
parent f21d3502e1
commit 26111950b3
5 changed files with 7 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
## Features
- Add environment variable `BAT_PAGING`, see #2629 (@einfachIrgendwer0815)
## Bugfixes
- Fix `more` not being found on Windows when provided via `BAT_PAGER`, see #2570, #2580, and #2651 (@mataha)