1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-20 08:08:34 +02:00
dotfiles/ipython/profile_default/startup/22-fix-pager.py
2023-09-15 00:29:56 +02:00

4 lines
53 B
Python

import os
os.environ["PAGER"] = "bat --style=plain"