dotfiles/ipython/profile_default/startup/22-fix-pager.py

4 lines
53 B
Python

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