mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-10 05:51:30 +01:00
4 lines
53 B
Python
4 lines
53 B
Python
|
import os
|
||
|
|
||
|
os.environ["PAGER"] = "bat --style=plain"
|