1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-12-03 16:21:32 +01:00

ipython: add fix for broken pager with bat

This commit is contained in:
bretello 2023-09-15 00:19:46 +02:00
parent d4bf2f32f8
commit 51f92885fe
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

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