ipython: add fix for broken pager with bat

fix-ci
bretello 2023-09-15 00:19:46 +02:00
parent d4bf2f32f8
commit 51f92885fe
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
import os
os.environ["PAGER"] = "bat --style=plain"